#11426D

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

Shades of Dark Cerulean #11426D

Tints of Dark Cerulean #11426D

Color information

#11426D (or 0x11426D) is unknown color: approx Dark Cerulean. HEX triplet: 11, 42 and 6D. RGB value is (17,66,109). Sum of RGB (Red+Green+Blue) = 17+66+109=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #11426D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11426D is #EEBD92. Grayscale: #383838. Windows color (decimal): -15646099 or 7160337. OLE color: 7160337.

HSL color Cylindrical-coordinate representation of color #11426D: hue angle of 208.04º degrees, saturation: 0.73, 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 #11426D is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1766109-
CMYK0.840.3900.57
HSL208.04º73.02%24.71%-
HSV(B)208.04º84.4%42.75%-
XYZ4.945.1215.2-
YUV56.25157.77100-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.85%
GREEN value IS 66 (26.17% from 255) = 34.38%
BLUE value IS 109 (42.97% from 255) = 56.77%
R=8.85%
G=34.38%
B=56.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17661090.840.3900.57208.0473.0224.71
Hex11426D5427039d04919
Octal211021551244707132011131
Binary10001100001011011011010100100111011100111010000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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