#015B9E

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

Shades of Cobalt #015B9E

Tints of Cobalt #015B9E

Color information

#015B9E (or 0x015B9E) is unknown color: approx Cobalt. HEX triplet: 01, 5B and 9E. RGB value is (1,91,158). Sum of RGB (Red+Green+Blue) = 1+91+158=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 158 (62.11% from 255 or 63.2% from 250); Max value from RGB is 158 - color contains mainly: blue. Hex color #015B9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015B9E is #FEA461. Grayscale: #474747. Windows color (decimal): -16688226 or 10377985. OLE color: 10377985.

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

Color convert

RGB191158-
CMYK0.990.4200.38
HSL205.61º98.74%31.18%-
HSV(B)205.61º99.37%61.96%-
XYZ9.939.9633.75-
YUV71.73176.6877.55-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.4%
GREEN value IS 91 (35.94% from 255) = 36.4%
BLUE value IS 158 (62.11% from 255) = 63.2%
R=0.4%
G=36.4%
B=63.2%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1911580.990.4200.38205.6198.7431.18
Hex15B9E632A026ce631f
Octal11332361435204631614337
Binary11011011100111101100011101010010011011001110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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