Color Hex Logo

#12617b Color Hex

#12617B
(18,97,123)
0 Favorites   0 Comments

Color spaces of #12617b

RGB 1897123
HSL0.540.740.28
HSV195°85°48°
CMYK 0.850.210.00   0.52
XYZ8.099310.108020.2631
Yxy10.10800.21050.2627
Hunter Lab31.7931-10.1649-15.5329
CIE-Lab38.0356-12.8864-21.0210

#12617b color RGB value is (18,97,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100001 01111011
Octal 22 141 173
Decimal 18 97 123
Hex 12 61 7B

RGB Percentages of Color #12617b

%7.56
%40.76
%51.68

CMYK Percentages of Color #12617b

%85
%21
%0
%52

Triadic Colors of #12617b

#12617b #7b1261 #617b12

Analogous Colors of #12617b

#12617b #122d7b #127b61

Monochromatic Colors of #12617b

#12617b

Complementary Color

#12617b #7b2c12

#12617b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12617b Color Preview on White Background

Lorem ipsum dolor sit amet.

#12617b Color CSS Codes

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

#12617b Text Font Color

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

This sample text font color is #12617b
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.


#12617b Background Color

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

This div background color is #12617b


#12617b Border Color

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

This div border color is #12617b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,97,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 #12617b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12617b


Comments

No comments written yet.

Please login to write comment.