#113778

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

Shades of Dark Cerulean #113778

Tints of Dark Cerulean #113778

Color information

#113778 (or 0x113778) is unknown color: approx Dark Cerulean. HEX triplet: 11, 37 and 78. RGB value is (17,55,120). Sum of RGB (Red+Green+Blue) = 17+55+120=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 120 (47.27% from 255 or 62.5% from 192); Max value from RGB is 120 - color contains mainly: blue. Hex color #113778 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113778 is #EEC887. Grayscale: #323232. Windows color (decimal): -15648904 or 7878417. OLE color: 7878417.

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

Color convert

RGB1755120-
CMYK0.860.5400.53
HSL217.86º75.18%26.86%-
HSV(B)217.86º85.83%47.06%-
XYZ4.994.2118.32-
YUV51.05166.91103.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.85%
GREEN value IS 55 (21.88% from 255) = 28.65%
BLUE value IS 120 (47.27% from 255) = 62.5%
R=8.85%
G=28.65%
B=62.5%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17551200.860.5400.53217.8675.1826.86
Hex1137785636035da4b1b
Octal21671701266606533211333
Binary1000111011111110001010110110110011010111011010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113778; }

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

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

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

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

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

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

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

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