#12367F

Color #12367F Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #12367F

Tints of Dark Cerulean #12367F

Color information

#12367F (or 0x12367F) is unknown color: approx Dark Cerulean. HEX triplet: 12, 36 and 7F. RGB value is (18,54,127). Sum of RGB (Red+Green+Blue) = 18+54+127=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 54 (21.48% from 255 or 27.14% from 199); Blue value is 127 (50% from 255 or 63.82% from 199); Max value from RGB is 127 - color contains mainly: blue. Hex color #12367F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12367F is #EDC980. Grayscale: #333333. Windows color (decimal): -15583617 or 8336914. OLE color: 8336914.

HSL color Cylindrical-coordinate representation of color #12367F: hue angle of 220.18º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12367F is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1854127-
CMYK0.860.5700.50
HSL220.18º75.17%28.43%-
HSV(B)220.18º85.83%49.8%-
XYZ5.44.320.62-
YUV51.56170.57104.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 9.05%
GREEN value IS 54 (21.48% from 255) = 27.14%
BLUE value IS 127 (50% from 255) = 63.82%
R=9.05%
G=27.14%
B=63.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18541270.860.5700.50220.1875.1728.43
Hex12367F5639032dc4b1c
Octal22661771267106233411334
Binary1001011011011111111010110111001011001011011100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12367F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12367F; }

 p { color: rgb(18,54,127); }

 H1.HeaderClassName
 {
   color: #12367F;
 }
 .AnyTagClassName
 {
   color: #12367F;
 }
</style>
background-color css

<style>
 a { background-color: #12367F; }

 a { background-color: rgb(18,54,127); }

 div.DivClassName
 {
   background-color: #12367F;
 }
 .BgClassName
 {
   background-color: #12367F;
 }
</style>
border-color css

<style>
 span { border-color: #12367F; }

 span { border-color: rgb(18,54,127); }

 td.TdClassName
 {
   border-color: #12367F;
 }
 .TagClassName
 {
   border-color: #12367F;
 }
</style>