#113876

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

Shades of Dark Cerulean #113876

Tints of Dark Cerulean #113876

Color information

#113876 (or 0x113876) is unknown color: approx Dark Cerulean. HEX triplet: 11, 38 and 76. RGB value is (17,56,118). Sum of RGB (Red+Green+Blue) = 17+56+118=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 118 (46.48% from 255 or 61.78% from 191); Max value from RGB is 118 - color contains mainly: blue. Hex color #113876 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113876 is #EEC789. Grayscale: #333333. Windows color (decimal): -15648650 or 7747601. OLE color: 7747601.

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

Color convert

RGB1756118-
CMYK0.860.5300.54
HSL216.83º74.81%26.47%-
HSV(B)216.83º85.59%46.27%-
XYZ4.924.2617.7-
YUV51.41165.58103.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.90%
GREEN value IS 56 (22.27% from 255) = 29.32%
BLUE value IS 118 (46.48% from 255) = 61.78%
R=8.90%
G=29.32%
B=61.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17561180.860.5300.54216.8374.8126.47
Hex1138765635036d94b1a
Octal21701661266506633111332
Binary1000111100011101101010110110101011011011011001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113876; }

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

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

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

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

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

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

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

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