#114576

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

Shades of Dark Cerulean #114576

Tints of Dark Cerulean #114576

Color information

#114576 (or 0x114576) is unknown color: approx Dark Cerulean. HEX triplet: 11, 45 and 76. RGB value is (17,69,118). Sum of RGB (Red+Green+Blue) = 17+69+118=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #114576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114576 is #EEBA89. Grayscale: #3A3A3A. Windows color (decimal): -15645322 or 7750929. OLE color: 7750929.

HSL color Cylindrical-coordinate representation of color #114576: hue angle of 209.11º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #114576 is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1769118-
CMYK0.860.4200.54
HSL209.11º74.81%26.47%-
HSV(B)209.11º85.59%46.27%-
XYZ5.635.6817.94-
YUV59.04161.2798.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.33%
GREEN value IS 69 (27.34% from 255) = 33.82%
BLUE value IS 118 (46.48% from 255) = 57.84%
R=8.33%
G=33.82%
B=57.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17691180.860.4200.54209.1174.8126.47
Hex114576562A036d14b1a
Octal211051661265206632111332
Binary10001100010111101101010110101010011011011010001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114576; }

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

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

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

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

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

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

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

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