#12367B

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

Shades of Dark Cerulean #12367B

Tints of Dark Cerulean #12367B

Color information

#12367B (or 0x12367B) is unknown color: approx Dark Cerulean. HEX triplet: 12, 36 and 7B. RGB value is (18,54,123). Sum of RGB (Red+Green+Blue) = 18+54+123=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 123 (48.44% from 255 or 63.08% from 195); Max value from RGB is 123 - color contains mainly: blue. Hex color #12367B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12367B is #EDC984. Grayscale: #323232. Windows color (decimal): -15583621 or 8074770. OLE color: 8074770.

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

Color convert

RGB1854123-
CMYK0.850.5600.52
HSL219.43º74.47%27.65%-
HSV(B)219.43º85.37%48.24%-
XYZ5.144.219.28-
YUV51.1168.57104.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.23%
GREEN value IS 54 (21.48% from 255) = 27.69%
BLUE value IS 123 (48.44% from 255) = 63.08%
R=9.23%
G=27.69%
B=63.08%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18541230.850.5600.52219.4374.4727.65
Hex12367B5538034db4a1c
Octal22661731257006433311234
Binary1001011011011110111010101111000011010011011011100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12367B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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