#113684

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

Shades of Dark Cerulean #113684

Tints of Dark Cerulean #113684

Color information

#113684 (or 0x113684) is unknown color: approx Dark Cerulean. HEX triplet: 11, 36 and 84. RGB value is (17,54,132). Sum of RGB (Red+Green+Blue) = 17+54+132=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 132 (51.95% from 255 or 65.02% from 203); Max value from RGB is 132 - color contains mainly: blue. Hex color #113684 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113684 is #EEC97B. Grayscale: #333333. Windows color (decimal): -15649148 or 8664593. OLE color: 8664593.

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

Color convert

RGB1754132-
CMYK0.870.5900.48
HSL220.7º77.18%29.22%-
HSV(B)220.7º87.12%51.76%-
XYZ5.724.4222.38-
YUV51.83173.24103.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.37%
GREEN value IS 54 (21.48% from 255) = 26.60%
BLUE value IS 132 (51.95% from 255) = 65.02%
R=8.37%
G=26.60%
B=65.02%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal17541320.870.5900.48220.777.1829.22
Hex113684573B030dd4d1d
Octal21662041277306033511535
Binary10001110110100001001010111111011011000011011101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113684; }

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

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

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

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

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

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

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

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