#113878

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

Shades of Dark Cerulean #113878

Tints of Dark Cerulean #113878

Color information

#113878 (or 0x113878) is unknown color: approx Dark Cerulean. HEX triplet: 11, 38 and 78. RGB value is (17,56,120). Sum of RGB (Red+Green+Blue) = 17+56+120=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 120 (47.27% from 255 or 62.18% from 193); Max value from RGB is 120 - color contains mainly: blue. Hex color #113878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113878 is #EEC787. Grayscale: #333333. Windows color (decimal): -15648648 or 7878673. OLE color: 7878673.

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

Color convert

RGB1756120-
CMYK0.860.5300.53
HSL217.28º75.18%26.86%-
HSV(B)217.28º85.83%47.06%-
XYZ5.044.318.33-
YUV51.64166.58103.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.81%
GREEN value IS 56 (22.27% from 255) = 29.02%
BLUE value IS 120 (47.27% from 255) = 62.18%
R=8.81%
G=29.02%
B=62.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17561200.860.5300.53217.2875.1826.86
Hex1138785635035d94b1b
Octal21701701266506533111333
Binary1000111100011110001010110110101011010111011001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113878; }

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

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

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

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

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

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

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

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