#113976

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

Shades of Dark Cerulean #113976

Tints of Dark Cerulean #113976

Color information

#113976 (or 0x113976) is unknown color: approx Dark Cerulean. HEX triplet: 11, 39 and 76. RGB value is (17,57,118). Sum of RGB (Red+Green+Blue) = 17+57+118=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 118 (46.48% from 255 or 61.46% from 192); Max value from RGB is 118 - color contains mainly: blue. Hex color #113976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113976 is #EEC689. Grayscale: #333333. Windows color (decimal): -15648394 or 7747857. OLE color: 7747857.

HSL color Cylindrical-coordinate representation of color #113976: hue angle of 216.24º 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 #113976 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1757118-
CMYK0.860.5200.54
HSL216.24º74.81%26.47%-
HSV(B)216.24º85.59%46.27%-
XYZ4.964.3517.72-
YUV51.99165.25103.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.85%
GREEN value IS 57 (22.66% from 255) = 29.69%
BLUE value IS 118 (46.48% from 255) = 61.46%
R=8.85%
G=29.69%
B=61.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17571180.860.5200.54216.2474.8126.47
Hex1139765634036d84b1a
Octal21711661266406633011332
Binary1000111100111101101010110110100011011011011000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113976; }

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

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

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

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

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

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

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

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