#15509D

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

Shades of Cobalt #15509D

Tints of Cobalt #15509D

Color information

#15509D (or 0x15509D) is unknown color: approx Cobalt. HEX triplet: 15, 50 and 9D. RGB value is (21,80,157). Sum of RGB (Red+Green+Blue) = 21+80+157=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #15509D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15509D is #EAAF62. Grayscale: #464646. Windows color (decimal): -15380323 or 10309653. OLE color: 10309653.

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

Color convert

RGB2180157-
CMYK0.870.4900.38
HSL213.97º76.4%34.9%-
HSV(B)213.97º86.62%61.57%-
XYZ9.268.3333.02-
YUV71.14176.4592.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.14%
GREEN value IS 80 (31.64% from 255) = 31.01%
BLUE value IS 157 (61.72% from 255) = 60.85%
R=8.14%
G=31.01%
B=60.85%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21801570.870.4900.38213.9776.434.9
Hex15509D5731026d64c23
Octal251202351276104632611443
Binary1010110100001001110110101111100010100110110101101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15509D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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