#11488E

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

Shades of Dark Cerulean #11488E

Tints of Dark Cerulean #11488E

Color information

#11488E (or 0x11488E) is unknown color: approx Dark Cerulean. HEX triplet: 11, 48 and 8E. RGB value is (17,72,142). Sum of RGB (Red+Green+Blue) = 17+72+142=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 142 (55.86% from 255 or 61.47% from 231); Max value from RGB is 142 - color contains mainly: blue. Hex color #11488E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11488E is #EEB771. Grayscale: #3F3F3F. Windows color (decimal): -15644530 or 9324561. OLE color: 9324561.

HSL color Cylindrical-coordinate representation of color #11488E: hue angle of 213.6º 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 #11488E is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1772142-
CMYK0.880.4900.44
HSL213.6º78.62%31.18%-
HSV(B)213.6º88.03%55.69%-
XYZ7.436.7126.49-
YUV63.54172.2894.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.36%
GREEN value IS 72 (28.52% from 255) = 31.17%
BLUE value IS 142 (55.86% from 255) = 61.47%
R=7.36%
G=31.17%
B=61.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal17721420.880.4900.44213.678.6231.18
Hex11488E583102Cd64f1f
Octal211102161306105432611737
Binary100011001000100011101011000110001010110011010110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11488E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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