#11426C

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

Shades of Dark Cerulean #11426C

Tints of Dark Cerulean #11426C

Color information

#11426C (or 0x11426C) is unknown color: approx Dark Cerulean. HEX triplet: 11, 42 and 6C. RGB value is (17,66,108). Sum of RGB (Red+Green+Blue) = 17+66+108=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 66 (26.17% from 255 or 34.55% 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 #11426C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11426C is #EEBD93. Grayscale: #373737. Windows color (decimal): -15646100 or 7094801. OLE color: 7094801.

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

Color convert

RGB1766108-
CMYK0.840.3900.58
HSL207.69º72.8%24.51%-
HSV(B)207.69º84.26%42.35%-
XYZ4.895.114.91-
YUV56.14157.27100.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.90%
GREEN value IS 66 (26.17% from 255) = 34.55%
BLUE value IS 108 (42.58% from 255) = 56.54%
R=8.90%
G=34.55%
B=56.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17661080.840.3900.58207.6972.824.51
Hex11426C542703Ad04919
Octal211021541244707232011131
Binary10001100001011011001010100100111011101011010000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,66,108); }

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

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

 a { background-color: rgb(17,66,108); }

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

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

 span { border-color: rgb(17,66,108); }

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