#12367C

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

Shades of Dark Cerulean #12367C

Tints of Dark Cerulean #12367C

Color information

#12367C (or 0x12367C) is unknown color: approx Dark Cerulean. HEX triplet: 12, 36 and 7C. RGB value is (18,54,124). Sum of RGB (Red+Green+Blue) = 18+54+124=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #12367C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12367C is #EDC983. Grayscale: #323232. Windows color (decimal): -15583620 or 8140306. OLE color: 8140306.

HSL color Cylindrical-coordinate representation of color #12367C: hue angle of 219.62º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12367C is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1854124-
CMYK0.850.5600.51
HSL219.62º74.65%27.84%-
HSV(B)219.62º85.48%48.63%-
XYZ5.214.2219.61-
YUV51.22169.07104.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.18%
GREEN value IS 54 (21.48% from 255) = 27.55%
BLUE value IS 124 (48.83% from 255) = 63.27%
R=9.18%
G=27.55%
B=63.27%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18541240.850.5600.51219.6274.6527.84
Hex12367C5538033dc4b1c
Octal22661741257006333411334
Binary1001011011011111001010101111000011001111011100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12367C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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