#12416C

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

Shades of Dark Cerulean #12416C

Tints of Dark Cerulean #12416C

Color information

#12416C (or 0x12416C) is unknown color: approx Dark Cerulean. HEX triplet: 12, 41 and 6C. RGB value is (18,65,108). Sum of RGB (Red+Green+Blue) = 18+65+108=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 108 (42.58% from 255 or 56.54% from 191); Max value from RGB is 108 - color contains mainly: blue. Hex color #12416C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12416C is #EDBE93. Grayscale: #373737. Windows color (decimal): -15580820 or 7094546. OLE color: 7094546.

HSL color Cylindrical-coordinate representation of color #12416C: hue angle of 208.67º 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 #12416C is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1865108-
CMYK0.830.4000.58
HSL208.67º71.43%24.71%-
HSV(B)208.67º83.33%42.35%-
XYZ4.854.9914.9-
YUV55.85157.43101-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.42%
GREEN value IS 65 (25.78% from 255) = 34.03%
BLUE value IS 108 (42.58% from 255) = 56.54%
R=9.42%
G=34.03%
B=56.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18651080.830.4000.58208.6771.4324.71
Hex12416C532803Ad14719
Octal221011541235007232110731
Binary10010100000111011001010011101000011101011010001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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