#12456F

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

Shades of Dark Cerulean #12456F

Tints of Dark Cerulean #12456F

Color information

#12456F (or 0x12456F) is unknown color: approx Dark Cerulean. HEX triplet: 12, 45 and 6F. RGB value is (18,69,111). Sum of RGB (Red+Green+Blue) = 18+69+111=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 111 (43.75% from 255 or 56.06% from 198); Max value from RGB is 111 - color contains mainly: blue. Hex color #12456F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12456F is #EDBA90. Grayscale: #3A3A3A. Windows color (decimal): -15579793 or 7292178. OLE color: 7292178.

HSL color Cylindrical-coordinate representation of color #12456F: hue angle of 207.1º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12456F is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1869111-
CMYK0.840.3800.56
HSL207.1º72.09%25.29%-
HSV(B)207.1º83.78%43.53%-
XYZ5.255.5315.83-
YUV58.54157.699.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.09%
GREEN value IS 69 (27.34% from 255) = 34.85%
BLUE value IS 111 (43.75% from 255) = 56.06%
R=9.09%
G=34.85%
B=56.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18691110.840.3800.56207.172.0925.29
Hex12456F5426038cf4819
Octal221051571244607031711031
Binary10010100010111011111010100100110011100011001111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,69,111); }

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

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

 a { background-color: rgb(18,69,111); }

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

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

 span { border-color: rgb(18,69,111); }

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