#113E71

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

Shades of Dark Cerulean #113E71

Tints of Dark Cerulean #113E71

Color information

#113E71 (or 0x113E71) is unknown color: approx Dark Cerulean. HEX triplet: 11, 3E and 71. RGB value is (17,62,113). Sum of RGB (Red+Green+Blue) = 17+62+113=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 113 (44.53% from 255 or 58.85% from 192); Max value from RGB is 113 - color contains mainly: blue. Hex color #113E71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113E71 is #EEC18E. Grayscale: #363636. Windows color (decimal): -15647119 or 7421457. OLE color: 7421457.

HSL color Cylindrical-coordinate representation of color #113E71: hue angle of 211.88º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #113E71 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1762113-
CMYK0.850.4500.56
HSL211.88º73.85%25.49%-
HSV(B)211.88º84.96%44.31%-
XYZ4.934.7616.28-
YUV54.36161.09101.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.85%
GREEN value IS 62 (24.61% from 255) = 32.29%
BLUE value IS 113 (44.53% from 255) = 58.85%
R=8.85%
G=32.29%
B=58.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17621130.850.4500.56211.8873.8525.49
Hex113E71552D038d44a19
Octal21761611255507032411231
Binary1000111111011100011010101101101011100011010100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,62,113); }

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

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

 a { background-color: rgb(17,62,113); }

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

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

 span { border-color: rgb(17,62,113); }

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