#11428E

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

Shades of Dark Cerulean #11428E

Tints of Dark Cerulean #11428E

Color information

#11428E (or 0x11428E) is unknown color: approx Dark Cerulean. HEX triplet: 11, 42 and 8E. RGB value is (17,66,142). Sum of RGB (Red+Green+Blue) = 17+66+142=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 142 (55.86% from 255 or 63.11% from 225); Max value from RGB is 142 - color contains mainly: blue. Hex color #11428E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11428E is #EEBD71. Grayscale: #3B3B3B. Windows color (decimal): -15646066 or 9323025. OLE color: 9323025.

HSL color Cylindrical-coordinate representation of color #11428E: hue angle of 216.48º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11428E is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1766142-
CMYK0.880.5400.44
HSL216.48º78.62%31.18%-
HSV(B)216.48º88.03%55.69%-
XYZ7.065.9726.37-
YUV60.01174.2797.32-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.56%
GREEN value IS 66 (26.17% from 255) = 29.33%
BLUE value IS 142 (55.86% from 255) = 63.11%
R=7.56%
G=29.33%
B=63.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal17661420.880.5400.44216.4878.6231.18
Hex11428E583602Cd84f1f
Octal211022161306605433011737
Binary100011000010100011101011000110110010110011011000100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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