#113F79

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

Shades of Dark Cerulean #113F79

Tints of Dark Cerulean #113F79

Color information

#113F79 (or 0x113F79) is unknown color: approx Dark Cerulean. HEX triplet: 11, 3F and 79. RGB value is (17,63,121). Sum of RGB (Red+Green+Blue) = 17+63+121=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 121 (47.66% from 255 or 60.20% from 201); Max value from RGB is 121 - color contains mainly: blue. Hex color #113F79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F79 is #EEC086. Grayscale: #373737. Windows color (decimal): -15646855 or 7946001. OLE color: 7946001.

HSL color Cylindrical-coordinate representation of color #113F79: hue angle of 213.46º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #113F79 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1763121-
CMYK0.860.4800.53
HSL213.46º75.36%27.06%-
HSV(B)213.46º85.95%47.45%-
XYZ5.465.0518.78-
YUV55.86164.76100.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.46%
GREEN value IS 63 (25% from 255) = 31.34%
BLUE value IS 121 (47.66% from 255) = 60.20%
R=8.46%
G=31.34%
B=60.20%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17631210.860.4800.53213.4675.3627.06
Hex113F795630035d54b1b
Octal21771711266006532511333
Binary1000111111111110011010110110000011010111010101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113F79; }

 p { color: rgb(17,63,121); }

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

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

 a { background-color: rgb(17,63,121); }

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

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

 span { border-color: rgb(17,63,121); }

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