#113C71

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

Shades of Dark Cerulean #113C71

Tints of Dark Cerulean #113C71

Color information

#113C71 (or 0x113C71) is unknown color: approx Dark Cerulean. HEX triplet: 11, 3C and 71. RGB value is (17,60,113). Sum of RGB (Red+Green+Blue) = 17+60+113=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 113 (44.53% from 255 or 59.47% from 190); Max value from RGB is 113 - color contains mainly: blue. Hex color #113C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C71 is #EEC38E. Grayscale: #343434. Windows color (decimal): -15647631 or 7420945. OLE color: 7420945.

HSL color Cylindrical-coordinate representation of color #113C71: hue angle of 213.12º 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 #113C71 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1760113-
CMYK0.850.4700.56
HSL213.12º73.85%25.49%-
HSV(B)213.12º84.96%44.31%-
XYZ4.834.5416.25-
YUV53.18161.75102.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.95%
GREEN value IS 60 (23.83% from 255) = 31.58%
BLUE value IS 113 (44.53% from 255) = 59.47%
R=8.95%
G=31.58%
B=59.47%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17601130.850.4700.56213.1273.8525.49
Hex113C71552F038d54a19
Octal21741611255707032511231
Binary1000111110011100011010101101111011100011010101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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