#12466C

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

Shades of Dark Cerulean #12466C

Tints of Dark Cerulean #12466C

Color information

#12466C (or 0x12466C) is unknown color: approx Dark Cerulean. HEX triplet: 12, 46 and 6C. RGB value is (18,70,108). Sum of RGB (Red+Green+Blue) = 18+70+108=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #12466C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12466C is #EDB993. Grayscale: #3A3A3A. Windows color (decimal): -15579540 or 7095826. OLE color: 7095826.

HSL color Cylindrical-coordinate representation of color #12466C: hue angle of 205.33º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12466C is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1870108-
CMYK0.830.3500.58
HSL205.33º71.43%24.71%-
HSV(B)205.33º83.33%42.35%-
XYZ5.155.5915-
YUV58.78155.7798.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.18%
GREEN value IS 70 (27.73% from 255) = 35.71%
BLUE value IS 108 (42.58% from 255) = 55.10%
R=9.18%
G=35.71%
B=55.10%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18701080.830.3500.58205.3371.4324.71
Hex12466C532303Acd4719
Octal221061541234307231510731
Binary10010100011011011001010011100011011101011001101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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