#11337D

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

Shades of Dark Cerulean #11337D

Tints of Dark Cerulean #11337D

Color information

#11337D (or 0x11337D) is unknown color: approx Dark Cerulean. HEX triplet: 11, 33 and 7D. RGB value is (17,51,125). Sum of RGB (Red+Green+Blue) = 17+51+125=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 125 (49.22% from 255 or 64.77% from 193); Max value from RGB is 125 - color contains mainly: blue. Hex color #11337D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11337D is #EECC82. Grayscale: #303030. Windows color (decimal): -15649923 or 8205073. OLE color: 8205073.

HSL color Cylindrical-coordinate representation of color #11337D: hue angle of 221.11º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11337D is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1751125-
CMYK0.860.5900.51
HSL221.11º76.06%27.84%-
HSV(B)221.11º86.4%49.02%-
XYZ5.123.9719.9-
YUV49.27170.74104.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.81%
GREEN value IS 51 (20.31% from 255) = 26.42%
BLUE value IS 125 (49.22% from 255) = 64.77%
R=8.81%
G=26.42%
B=64.77%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17511250.860.5900.51221.1176.0627.84
Hex11337D563B033dd4c1c
Octal21631751267306333511434
Binary1000111001111111011010110111011011001111011101100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11337D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,51,125); }

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

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

 a { background-color: rgb(17,51,125); }

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

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

 span { border-color: rgb(17,51,125); }

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