#113584

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

Shades of Dark Cerulean #113584

Tints of Dark Cerulean #113584

Color information

#113584 (or 0x113584) is unknown color: approx Dark Cerulean. HEX triplet: 11, 35 and 84. RGB value is (17,53,132). Sum of RGB (Red+Green+Blue) = 17+53+132=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 132 (51.95% from 255 or 65.35% from 202); Max value from RGB is 132 - color contains mainly: blue. Hex color #113584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113584 is #EECA7B. Grayscale: #323232. Windows color (decimal): -15649404 or 8664337. OLE color: 8664337.

HSL color Cylindrical-coordinate representation of color #113584: hue angle of 221.22º 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 #113584 is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1753132-
CMYK0.870.6000.48
HSL221.22º77.18%29.22%-
HSV(B)221.22º87.12%51.76%-
XYZ5.674.3322.37-
YUV51.24173.57103.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.42%
GREEN value IS 53 (21.09% from 255) = 26.24%
BLUE value IS 132 (51.95% from 255) = 65.35%
R=8.42%
G=26.24%
B=65.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal17531320.870.6000.48221.2277.1829.22
Hex113584573C030dd4d1d
Octal21652041277406033511535
Binary10001110101100001001010111111100011000011011101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113584; }

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

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

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

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

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

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

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

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