#115299

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

Shades of Cobalt #115299

Tints of Cobalt #115299

Color information

#115299 (or 0x115299) is unknown color: approx Cobalt. HEX triplet: 11, 52 and 99. RGB value is (17,82,153). Sum of RGB (Red+Green+Blue) = 17+82+153=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #115299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115299 is #EEAD66. Grayscale: #464646. Windows color (decimal): -15641959 or 10048017. OLE color: 10048017.

HSL color Cylindrical-coordinate representation of color #115299: hue angle of 211.32º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #115299 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1782153-
CMYK0.890.4600.4
HSL211.32º80%33.33%-
HSV(B)211.32º88.89%60%-
XYZ98.4531.29-
YUV70.66174.4789.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.75%
GREEN value IS 82 (32.42% from 255) = 32.54%
BLUE value IS 153 (60.16% from 255) = 60.71%
R=6.75%
G=32.54%
B=60.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal17821530.890.4600.4211.328033.33
Hex115299592E028d35021
Octal211222311315605032312041
Binary1000110100101001100110110011011100101000110100111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115299; }

 p { color: rgb(17,82,153); }

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

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

 a { background-color: rgb(17,82,153); }

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

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

 span { border-color: rgb(17,82,153); }

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