#113D70

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

Shades of Dark Cerulean #113D70

Tints of Dark Cerulean #113D70

Color information

#113D70 (or 0x113D70) is unknown color: approx Dark Cerulean. HEX triplet: 11, 3D and 70. RGB value is (17,61,112). Sum of RGB (Red+Green+Blue) = 17+61+112=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #113D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113D70 is #EEC28F. Grayscale: #353535. Windows color (decimal): -15647376 or 7355665. OLE color: 7355665.

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

Color convert

RGB1761112-
CMYK0.850.4600.56
HSL212.21º73.64%25.29%-
HSV(B)212.21º84.82%43.92%-
XYZ4.824.6315.97-
YUV53.66160.92101.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.95%
GREEN value IS 61 (24.22% from 255) = 32.11%
BLUE value IS 112 (44.14% from 255) = 58.95%
R=8.95%
G=32.11%
B=58.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17611120.850.4600.56212.2173.6425.29
Hex113D70552E038d44a19
Octal21751601255607032411231
Binary1000111110111100001010101101110011100011010100100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,61,112); }

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

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

 a { background-color: rgb(17,61,112); }

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

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

 span { border-color: rgb(17,61,112); }

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