#015A9C

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

Shades of Cobalt #015A9C

Tints of Cobalt #015A9C

Color information

#015A9C (or 0x015A9C) is unknown color: approx Cobalt. HEX triplet: 01, 5A and 9C. RGB value is (1,90,156). Sum of RGB (Red+Green+Blue) = 1+90+156=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #015A9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015A9C is #FEA563. Grayscale: #464646. Windows color (decimal): -16688484 or 10246657. OLE color: 10246657.

HSL color Cylindrical-coordinate representation of color #015A9C: hue angle of 205.55º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015A9C is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB190156-
CMYK0.990.4200.39
HSL205.55º98.73%30.78%-
HSV(B)205.55º99.36%61.18%-
XYZ9.679.7232.82-
YUV70.91176.0178.13-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 90 (35.55% from 255) = 36.44%
BLUE value IS 156 (61.33% from 255) = 63.16%
R=0.40%
G=36.44%
B=63.16%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1901560.990.4200.39205.5598.7330.78
Hex15A9C632A027ce631f
Octal11322341435204731614337
Binary11011010100111001100011101010010011111001110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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