#015699

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

Shades of Cobalt #015699

Tints of Cobalt #015699

Color information

#015699 (or 0x015699) is unknown color: approx Cobalt. HEX triplet: 01, 56 and 99. RGB value is (1,86,153). Sum of RGB (Red+Green+Blue) = 1+86+153=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #015699 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015699 is #FEA966. Grayscale: #434343. Windows color (decimal): -16689511 or 10049025. OLE color: 10049025.

HSL color Cylindrical-coordinate representation of color #015699: hue angle of 206.45º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015699 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB186153-
CMYK0.990.4400.4
HSL206.45º98.7%30.2%-
HSV(B)206.45º99.35%60%-
XYZ9.098.9631.39-
YUV68.22175.8480.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 86 (33.98% from 255) = 35.83%
BLUE value IS 153 (60.16% from 255) = 63.75%
R=0.42%
G=35.83%
B=63.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1861530.990.4400.4206.4598.730.2
Hex15699632C028ce631e
Octal11262311435405031614336
Binary11010110100110011100011101100010100011001110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015699; }

 p { color: rgb(1,86,153); }

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

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

 a { background-color: rgb(1,86,153); }

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

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

 span { border-color: rgb(1,86,153); }

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