#115084

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

Shades of Dark Cerulean #115084

Tints of Dark Cerulean #115084

Color information

#115084 (or 0x115084) is unknown color: approx Dark Cerulean. HEX triplet: 11, 50 and 84. RGB value is (17,80,132). Sum of RGB (Red+Green+Blue) = 17+80+132=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #115084 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115084 is #EEAF7B. Grayscale: #424242. Windows color (decimal): -15642492 or 8671249. OLE color: 8671249.

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

Color convert

RGB1780132-
CMYK0.870.3900.48
HSL207.13º77.18%29.22%-
HSV(B)207.13º87.12%51.76%-
XYZ7.267.5222.9-
YUV67.09164.6392.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.42%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 132 (51.95% from 255) = 57.64%
R=7.42%
G=34.93%
B=57.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal17801320.870.3900.48207.1377.1829.22
Hex1150845727030cf4d1d
Octal211202041274706031711535
Binary100011010000100001001010111100111011000011001111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115084; }

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

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

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

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

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

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

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

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