#11426E

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

Shades of Dark Cerulean #11426E

Tints of Dark Cerulean #11426E

Color information

#11426E (or 0x11426E) is unknown color: approx Dark Cerulean. HEX triplet: 11, 42 and 6E. RGB value is (17,66,110). Sum of RGB (Red+Green+Blue) = 17+66+110=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 110 (43.36% from 255 or 56.99% from 193); Max value from RGB is 110 - color contains mainly: blue. Hex color #11426E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11426E is #EEBD91. Grayscale: #383838. Windows color (decimal): -15646098 or 7225873. OLE color: 7225873.

HSL color Cylindrical-coordinate representation of color #11426E: hue angle of 208.39º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11426E is Cyan = 0.85, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1766110-
CMYK0.850.400.57
HSL208.39º73.23%24.9%-
HSV(B)208.39º84.55%43.14%-
XYZ4.995.1415.48-
YUV56.36158.2799.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.81%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 110 (43.36% from 255) = 56.99%
R=8.81%
G=34.20%
B=56.99%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17661100.850.400.57208.3973.2324.9
Hex11426E5528039d04919
Octal211021561255007132011131
Binary10001100001011011101010101101000011100111010000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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