#12476E

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

Shades of Dark Cerulean #12476E

Tints of Dark Cerulean #12476E

Color information

#12476E (or 0x12476E) is unknown color: approx Dark Cerulean. HEX triplet: 12, 47 and 6E. RGB value is (18,71,110). Sum of RGB (Red+Green+Blue) = 18+71+110=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 110 (43.36% from 255 or 55.28% from 199); Max value from RGB is 110 - color contains mainly: blue. Hex color #12476E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12476E is #EDB891. Grayscale: #3B3B3B. Windows color (decimal): -15579282 or 7227154. OLE color: 7227154.

HSL color Cylindrical-coordinate representation of color #12476E: hue angle of 205.43º 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 #12476E is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1871110-
CMYK0.840.3500.57
HSL205.43º71.88%25.1%-
HSV(B)205.43º83.64%43.14%-
XYZ5.325.7615.58-
YUV59.6156.4498.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.05%
GREEN value IS 71 (28.12% from 255) = 35.68%
BLUE value IS 110 (43.36% from 255) = 55.28%
R=9.05%
G=35.68%
B=55.28%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18711100.840.3500.57205.4371.8825.1
Hex12476E5423039cd4819
Octal221071561244307131511031
Binary10010100011111011101010100100011011100111001101100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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