#11408D

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

Shades of Dark Cerulean #11408D

Tints of Dark Cerulean #11408D

Color information

#11408D (or 0x11408D) is unknown color: approx Dark Cerulean. HEX triplet: 11, 40 and 8D. RGB value is (17,64,141). Sum of RGB (Red+Green+Blue) = 17+64+141=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 141 (55.47% from 255 or 63.51% from 222); Max value from RGB is 141 - color contains mainly: blue. Hex color #11408D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11408D is #EEBF72. Grayscale: #3A3A3A. Windows color (decimal): -15646579 or 9256977. OLE color: 9256977.

HSL color Cylindrical-coordinate representation of color #11408D: hue angle of 217.26º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11408D is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1764141-
CMYK0.880.5500.45
HSL217.26º78.48%30.98%-
HSV(B)217.26º87.94%55.29%-
XYZ6.875.7125.94-
YUV58.72174.4398.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.66%
GREEN value IS 64 (25.39% from 255) = 28.83%
BLUE value IS 141 (55.47% from 255) = 63.51%
R=7.66%
G=28.83%
B=63.51%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal17641410.880.5500.45217.2678.4830.98
Hex11408D583702Dd94e1f
Octal211002151306705533111637
Binary100011000000100011011011000110111010110111011001100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,64,141); }

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

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

 a { background-color: rgb(17,64,141); }

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

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

 span { border-color: rgb(17,64,141); }

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