Color Hex Logo

#12273c Color Hex

#12273C
(18,39,60)
1 Favorites   0 Comments

Color spaces of #12273c

RGB 183960
HSL0.580.540.15
HSV210°70°24°
CMYK 0.700.350.00   0.76
XYZ1.79061.90594.5485
Yxy1.90590.21720.2312
Hunter Lab13.8054-1.0076-9.8706
CIE-Lab14.9855-0.5156-15.9725

#12273c color RGB value is (18,39,60).

#12273c hex color red value is 18, green value is 39 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #12273c hue: 0.58 , saturation: 0.54 and the lightness value of 12273c is 0.15.

The process color (four color CMYK) of #12273c color hex is 0.70, 0.35, 0.00, 0.76. Web safe color of #12273c is #003333. Color #12273c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00100111 00111100
Octal 22 47 74
Decimal 18 39 60
Hex 12 27 3C

RGB Percentages of Color #12273c

%15.38
%33.33
%51.28

CMYK Percentages of Color #12273c

%70
%35
%0
%76

Triadic Colors of #12273c

#12273c #3c1227 #273c12

Analogous Colors of #12273c

#12273c #12123c #123c3c

Monochromatic Colors of #12273c

#12273c

Complementary Color

#12273c #3c2712

#12273c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12273c Color Preview on White Background

Lorem ipsum dolor sit amet.

#12273c Color CSS Codes

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

#12273c Text Font Color

<p style="color:#12273c">Text here</p>

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


#12273c Background Color

<div style="background-color:#12273c">
Div content here</div>

This div background color is #12273c


#12273c Border Color

<div style="border:3px solid #12273c">
Div here</div>

This div border color is #12273c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,39,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12273c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12273c;
  -webkit-box-shadow: 1px 1px 3px 2px #12273c;
  box-shadow:         1px 1px 3px 2px #12273c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12273c


Comments

No comments written yet.

Please login to write comment.