#015A97

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

Shades of Cobalt #015A97

Tints of Cobalt #015A97

Color information

#015A97 (or 0x015A97) is unknown color: approx Cobalt. HEX triplet: 01, 5A and 97. RGB value is (1,90,151). Sum of RGB (Red+Green+Blue) = 1+90+151=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 151 (59.38% from 255 or 62.40% from 242); Max value from RGB is 151 - color contains mainly: blue. Hex color #015A97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015A97 is #FEA568. Grayscale: #464646. Windows color (decimal): -16688489 or 9918977. OLE color: 9918977.

HSL color Cylindrical-coordinate representation of color #015A97: hue angle of 204.4º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015A97 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB190151-
CMYK0.990.4000.41
HSL204.4º98.68%29.8%-
HSV(B)204.4º99.34%59.22%-
XYZ9.259.5530.63-
YUV70.34173.5178.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.41%
GREEN value IS 90 (35.55% from 255) = 37.19%
BLUE value IS 151 (59.38% from 255) = 62.40%
R=0.41%
G=37.19%
B=62.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1901510.990.4000.41204.498.6829.8
Hex15A976328029cc631e
Octal11322271435005131414336
Binary11011010100101111100011101000010100111001100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015A97; }

 p { color: rgb(1,90,151); }

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

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

 a { background-color: rgb(1,90,151); }

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

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

 span { border-color: rgb(1,90,151); }

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