#11477D

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

Shades of Dark Cerulean #11477D

Tints of Dark Cerulean #11477D

Color information

#11477D (or 0x11477D) is unknown color: approx Dark Cerulean. HEX triplet: 11, 47 and 7D. RGB value is (17,71,125). Sum of RGB (Red+Green+Blue) = 17+71+125=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 125 (49.22% from 255 or 58.69% from 213); Max value from RGB is 125 - color contains mainly: blue. Hex color #11477D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11477D is #EEB882. Grayscale: #3C3C3C. Windows color (decimal): -15644803 or 8210193. OLE color: 8210193.

HSL color Cylindrical-coordinate representation of color #11477D: hue angle of 210º 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 #11477D is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1771125-
CMYK0.860.4300.51
HSL210º76.06%27.84%-
HSV(B)210º86.4%49.02%-
XYZ6.196.1120.25-
YUV61.01164.1196.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.98%
GREEN value IS 71 (28.12% from 255) = 33.33%
BLUE value IS 125 (49.22% from 255) = 58.69%
R=7.98%
G=33.33%
B=58.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17711250.860.4300.5121076.0627.84
Hex11477D562B033d24c1c
Octal211071751265306332211434
Binary10001100011111111011010110101011011001111010010100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11477D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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