#11476A

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

Shades of Dark Cerulean #11476A

Tints of Dark Cerulean #11476A

Color information

#11476A (or 0x11476A) is unknown color: approx Dark Cerulean. HEX triplet: 11, 47 and 6A. RGB value is (17,71,106). Sum of RGB (Red+Green+Blue) = 17+71+106=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 106 (41.80% from 255 or 54.64% from 194); Max value from RGB is 106 - color contains mainly: blue. Hex color #11476A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11476A is #EEB895. Grayscale: #3A3A3A. Windows color (decimal): -15644822 or 6965009. OLE color: 6965009.

HSL color Cylindrical-coordinate representation of color #11476A: hue angle of 203.6º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11476A is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1771106-
CMYK0.840.3300.58
HSL203.6º72.36%24.12%-
HSV(B)203.6º83.96%41.57%-
XYZ5.095.6714.46-
YUV58.84154.6198.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.76%
GREEN value IS 71 (28.12% from 255) = 36.60%
BLUE value IS 106 (41.80% from 255) = 54.64%
R=8.76%
G=36.60%
B=54.64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17711060.840.3300.58203.672.3624.12
Hex11476A542103Acc4818
Octal211071521244107231411030
Binary10001100011111010101010100100001011101011001100100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11476A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11476A; }

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

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

<style>
 a { background-color: #11476A; }

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

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

<style>
 span { border-color: #11476A; }

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

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