#113E78

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

Shades of Dark Cerulean #113E78

Tints of Dark Cerulean #113E78

Color information

#113E78 (or 0x113E78) is unknown color: approx Dark Cerulean. HEX triplet: 11, 3E and 78. RGB value is (17,62,120). Sum of RGB (Red+Green+Blue) = 17+62+120=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 62 (24.61% from 255 or 31.16% from 199); Blue value is 120 (47.27% from 255 or 60.30% from 199); Max value from RGB is 120 - color contains mainly: blue. Hex color #113E78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113E78 is #EEC187. Grayscale: #363636. Windows color (decimal): -15647112 or 7880209. OLE color: 7880209.

HSL color Cylindrical-coordinate representation of color #113E78: hue angle of 213.79º 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 #113E78 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1762120-
CMYK0.860.4800.53
HSL213.79º75.18%26.86%-
HSV(B)213.79º85.83%47.06%-
XYZ5.344.9218.44-
YUV55.16164.59100.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.54%
GREEN value IS 62 (24.61% from 255) = 31.16%
BLUE value IS 120 (47.27% from 255) = 60.30%
R=8.54%
G=31.16%
B=60.30%

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
Decimal17621200.860.4800.53213.7975.1826.86
Hex113E785630035d64b1b
Octal21761701266006532611333
Binary1000111111011110001010110110000011010111010110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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