#11509D

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

Shades of Cobalt #11509D

Tints of Cobalt #11509D

Color information

#11509D (or 0x11509D) is unknown color: approx Cobalt. HEX triplet: 11, 50 and 9D. RGB value is (17,80,157). Sum of RGB (Red+Green+Blue) = 17+80+157=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 157 (61.72% from 255 or 61.81% from 254); Max value from RGB is 157 - color contains mainly: blue. Hex color #11509D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11509D is #EEAF62. Grayscale: #454545. Windows color (decimal): -15642467 or 10309649. OLE color: 10309649.

HSL color Cylindrical-coordinate representation of color #11509D: hue angle of 213º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11509D is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1780157-
CMYK0.890.4900.38
HSL213º80.46%34.12%-
HSV(B)213º89.17%61.57%-
XYZ9.198.2933.01-
YUV69.94177.1390.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.69%
GREEN value IS 80 (31.64% from 255) = 31.50%
BLUE value IS 157 (61.72% from 255) = 61.81%
R=6.69%
G=31.50%
B=61.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal17801570.890.4900.3821380.4634.12
Hex11509D5931026d55022
Octal211202351316104632512042
Binary1000110100001001110110110011100010100110110101011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11509D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11509D; }

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

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

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

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

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

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

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

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