#12466D

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

Shades of Dark Cerulean #12466D

Tints of Dark Cerulean #12466D

Color information

#12466D (or 0x12466D) is unknown color: approx Dark Cerulean. HEX triplet: 12, 46 and 6D. RGB value is (18,70,109). Sum of RGB (Red+Green+Blue) = 18+70+109=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 109 (42.97% from 255 or 55.33% from 197); Max value from RGB is 109 - color contains mainly: blue. Hex color #12466D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12466D is #EDB992. Grayscale: #3A3A3A. Windows color (decimal): -15579539 or 7161362. OLE color: 7161362.

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

Color convert

RGB1870109-
CMYK0.830.3600.57
HSL205.71º71.65%24.9%-
HSV(B)205.71º83.49%42.75%-
XYZ5.25.6115.28-
YUV58.9156.2798.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.14%
GREEN value IS 70 (27.73% from 255) = 35.53%
BLUE value IS 109 (42.97% from 255) = 55.33%
R=9.14%
G=35.53%
B=55.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18701090.830.3600.57205.7171.6524.9
Hex12466D5324039ce4819
Octal221061551234407131611031
Binary10010100011011011011010011100100011100111001110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12466D; }

 p { color: rgb(18,70,109); }

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

<style>
 a { background-color: #12466D; }

 a { background-color: rgb(18,70,109); }

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

<style>
 span { border-color: #12466D; }

 span { border-color: rgb(18,70,109); }

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