#12456E

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

Shades of Dark Cerulean #12456E

Tints of Dark Cerulean #12456E

Color information

#12456E (or 0x12456E) is unknown color: approx Dark Cerulean. HEX triplet: 12, 45 and 6E. RGB value is (18,69,110). Sum of RGB (Red+Green+Blue) = 18+69+110=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #12456E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12456E is #EDBA91. Grayscale: #3A3A3A. Windows color (decimal): -15579794 or 7226642. OLE color: 7226642.

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

Color convert

RGB1869110-
CMYK0.840.3700.57
HSL206.74º71.88%25.1%-
HSV(B)206.74º83.64%43.14%-
XYZ5.195.5115.54-
YUV58.42157.199.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.14%
GREEN value IS 69 (27.34% from 255) = 35.03%
BLUE value IS 110 (43.36% from 255) = 55.84%
R=9.14%
G=35.03%
B=55.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18691100.840.3700.57206.7471.8825.1
Hex12456E5425039cf4819
Octal221051561244507131711031
Binary10010100010111011101010100100101011100111001111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12456E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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