#113578

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

Shades of Dark Cerulean #113578

Tints of Dark Cerulean #113578

Color information

#113578 (or 0x113578) is unknown color: approx Dark Cerulean. HEX triplet: 11, 35 and 78. RGB value is (17,53,120). Sum of RGB (Red+Green+Blue) = 17+53+120=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 120 (47.27% from 255 or 63.16% from 190); Max value from RGB is 120 - color contains mainly: blue. Hex color #113578 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113578 is #EECA87. Grayscale: #313131. Windows color (decimal): -15649416 or 7877905. OLE color: 7877905.

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

Color convert

RGB1753120-
CMYK0.860.5600.53
HSL219.03º75.18%26.86%-
HSV(B)219.03º85.83%47.06%-
XYZ4.894.0218.29-
YUV49.87167.57104.55-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.95%
GREEN value IS 53 (21.09% from 255) = 27.89%
BLUE value IS 120 (47.27% from 255) = 63.16%
R=8.95%
G=27.89%
B=63.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17531200.860.5600.53219.0375.1826.86
Hex1135785638035db4b1b
Octal21651701267006533311333
Binary1000111010111110001010110111000011010111011011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113578; }

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

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

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

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

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

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

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

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