Color Hex Logo

#12607b Color Hex

#12607B
(18,96,123)
0 Favorites   0 Comments

Color spaces of #12607b

RGB 1896123
HSL0.540.740.28
HSV195°85°48°
CMYK 0.850.220.00   0.52
XYZ8.00759.924420.2325
Yxy9.92440.20980.2600
Hunter Lab31.5030-9.7588-16.0263
CIE-Lab37.7064-12.3021-21.5310

#12607b color RGB value is (18,96,123).

#12607b hex color red value is 18, green value is 96 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #12607b hue: 0.54 , saturation: 0.74 and the lightness value of 12607b is 0.28.

The process color (four color CMYK) of #12607b color hex is 0.85, 0.22, 0.00, 0.52. Web safe color of #12607b is #006666. Color #12607b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100000 01111011
Octal 22 140 173
Decimal 18 96 123
Hex 12 60 7B

RGB Percentages of Color #12607b

%7.59
%40.51
%51.90

CMYK Percentages of Color #12607b

%85
%22
%0
%52

Triadic Colors of #12607b

#12607b #7b1260 #607b12

Analogous Colors of #12607b

#12607b #122c7b #127b62

Monochromatic Colors of #12607b

#12607b

Complementary Color

#12607b #7b2d12

#12607b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12607b Color Preview on White Background

Lorem ipsum dolor sit amet.

#12607b Color CSS Codes

.mybgcolor {background-color:#12607b; } 
.myforecolor {color:#12607b; }
.mybordercolor {border:3px solid #12607b; }

#12607b Text Font Color

<p style="color:#12607b">Text here</p>

This sample text font color is #12607b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#12607b Background Color

<div style="background-color:#12607b">
Div content here</div>

This div background color is #12607b


#12607b Border Color

<div style="border:3px solid #12607b">
Div here</div>

This div border color is #12607b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,96,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12607b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12607b;
  -webkit-box-shadow: 1px 1px 3px 2px #12607b;
  box-shadow:         1px 1px 3px 2px #12607b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,96,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #12607b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #12607b;
  -webkit-box-shadow: 1px 1px 3px 2px #12607b;
  box-shadow:         1px 1px 3px 2px #12607b;">
Div content here</div>

This div box has shadow with color #12607b


Comments

No comments written yet.

Please login to write comment.