#11456D

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

Shades of Dark Cerulean #11456D

Tints of Dark Cerulean #11456D

Color information

#11456D (or 0x11456D) is unknown color: approx Dark Cerulean. HEX triplet: 11, 45 and 6D. RGB value is (17,69,109). Sum of RGB (Red+Green+Blue) = 17+69+109=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 109 (42.97% from 255 or 55.90% from 195); Max value from RGB is 109 - color contains mainly: blue. Hex color #11456D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11456D is #EEBA92. Grayscale: #393939. Windows color (decimal): -15645331 or 7161105. OLE color: 7161105.

HSL color Cylindrical-coordinate representation of color #11456D: hue angle of 206.09º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11456D is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1769109-
CMYK0.840.3700.57
HSL206.09º73.02%24.71%-
HSV(B)206.09º84.4%42.75%-
XYZ5.125.4815.26-
YUV58.01156.7798.75-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.72%
GREEN value IS 69 (27.34% from 255) = 35.38%
BLUE value IS 109 (42.97% from 255) = 55.90%
R=8.72%
G=35.38%
B=55.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17691090.840.3700.57206.0973.0224.71
Hex11456D5425039ce4919
Octal211051551244507131611131
Binary10001100010111011011010100100101011100111001110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,69,109); }

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

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

 a { background-color: rgb(17,69,109); }

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

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

 span { border-color: rgb(17,69,109); }

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