#115484

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

Shades of Dark Cerulean #115484

Tints of Dark Cerulean #115484

Color information

#115484 (or 0x115484) is unknown color: approx Dark Cerulean. HEX triplet: 11, 54 and 84. RGB value is (17,84,132). Sum of RGB (Red+Green+Blue) = 17+84+132=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 132 (51.95% from 255 or 56.65% from 233); Max value from RGB is 132 - color contains mainly: blue. Hex color #115484 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115484 is #EEAB7B. Grayscale: #454545. Windows color (decimal): -15641468 or 8672273. OLE color: 8672273.

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

Color convert

RGB1784132-
CMYK0.870.3600.48
HSL205.04º77.18%29.22%-
HSV(B)205.04º87.12%51.76%-
XYZ7.578.1323-
YUV69.44163.390.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.30%
GREEN value IS 84 (33.20% from 255) = 36.05%
BLUE value IS 132 (51.95% from 255) = 56.65%
R=7.30%
G=36.05%
B=56.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal17841320.870.3600.48205.0477.1829.22
Hex1154845724030cd4d1d
Octal211242041274406031511535
Binary100011010100100001001010111100100011000011001101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115484; }

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

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

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

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

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

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

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

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