#113884

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

Shades of Dark Cerulean #113884

Tints of Dark Cerulean #113884

Color information

#113884 (or 0x113884) is unknown color: approx Dark Cerulean. HEX triplet: 11, 38 and 84. RGB value is (17,56,132). Sum of RGB (Red+Green+Blue) = 17+56+132=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 132 (51.95% from 255 or 64.39% from 205); Max value from RGB is 132 - color contains mainly: blue. Hex color #113884 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113884 is #EEC77B. Grayscale: #343434. Windows color (decimal): -15648636 or 8665105. OLE color: 8665105.

HSL color Cylindrical-coordinate representation of color #113884: hue angle of 219.65º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #113884 is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1756132-
CMYK0.870.5800.48
HSL219.65º77.18%29.22%-
HSV(B)219.65º87.12%51.76%-
XYZ5.814.6122.41-
YUV53172.58102.32-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.29%
GREEN value IS 56 (22.27% from 255) = 27.32%
BLUE value IS 132 (51.95% from 255) = 64.39%
R=8.29%
G=27.32%
B=64.39%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal17561320.870.5800.48219.6577.1829.22
Hex113884573A030dc4d1d
Octal21702041277206033411535
Binary10001111000100001001010111111010011000011011100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113884; }

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

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

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

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

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

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

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

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