#113E72

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

Shades of Dark Cerulean #113E72

Tints of Dark Cerulean #113E72

Color information

#113E72 (or 0x113E72) is unknown color: approx Dark Cerulean. HEX triplet: 11, 3E and 72. RGB value is (17,62,114). Sum of RGB (Red+Green+Blue) = 17+62+114=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #113E72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113E72 is #EEC18D. Grayscale: #363636. Windows color (decimal): -15647118 or 7486993. OLE color: 7486993.

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

Color convert

RGB1762114-
CMYK0.850.4600.55
HSL212.16º74.05%25.69%-
HSV(B)212.16º85.09%44.71%-
XYZ4.994.7816.58-
YUV54.47161.59101.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.81%
GREEN value IS 62 (24.61% from 255) = 32.12%
BLUE value IS 114 (44.92% from 255) = 59.07%
R=8.81%
G=32.12%
B=59.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17621140.850.4600.55212.1674.0525.69
Hex113E72552E037d44a1a
Octal21761621255606732411232
Binary1000111111011100101010101101110011011111010100100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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