#015BA6

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

Shades of Cobalt #015BA6

Tints of Cobalt #015BA6

Color information

#015BA6 (or 0x015BA6) is unknown color: approx Cobalt. HEX triplet: 01, 5B and A6. RGB value is (1,91,166). Sum of RGB (Red+Green+Blue) = 1+91+166=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 91 (35.94% from 255 or 35.27% from 258); Blue value is 166 (65.23% from 255 or 64.34% from 258); Max value from RGB is 166 - color contains mainly: blue. Hex color #015BA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015BA6 is #FEA459. Grayscale: #484848. Windows color (decimal): -16688218 or 10902273. OLE color: 10902273.

HSL color Cylindrical-coordinate representation of color #015BA6: hue angle of 207.27º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015BA6 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB191166-
CMYK0.990.4500.35
HSL207.27º98.8%32.75%-
HSV(B)207.27º99.4%65.1%-
XYZ10.6410.2437.49-
YUV72.64180.6876.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.39%
GREEN value IS 91 (35.94% from 255) = 35.27%
BLUE value IS 166 (65.23% from 255) = 64.34%
R=0.39%
G=35.27%
B=64.34%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1911660.990.4500.35207.2798.832.75
Hex15BA6632D023cf6321
Octal11332461435504331714341
Binary110110111010011011000111011010100011110011111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,91,166); }

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

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

 a { background-color: rgb(1,91,166); }

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

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

 span { border-color: rgb(1,91,166); }

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