#015A9E

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

Shades of Cobalt #015A9E

Tints of Cobalt #015A9E

Color information

#015A9E (or 0x015A9E) is unknown color: approx Cobalt. HEX triplet: 01, 5A and 9E. RGB value is (1,90,158). Sum of RGB (Red+Green+Blue) = 1+90+158=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 158 (62.11% from 255 or 63.45% from 249); Max value from RGB is 158 - color contains mainly: blue. Hex color #015A9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015A9E is #FEA561. Grayscale: #464646. Windows color (decimal): -16688482 or 10377729. OLE color: 10377729.

HSL color Cylindrical-coordinate representation of color #015A9E: hue angle of 205.99º 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 #015A9E is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB190158-
CMYK0.990.4300.38
HSL205.99º98.74%31.18%-
HSV(B)205.99º99.37%61.96%-
XYZ9.849.7933.72-
YUV71.14177.0177.97-

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.14%
BLUE value IS 158 (62.11% from 255) = 63.45%
R=0.40%
G=36.14%
B=63.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1901580.990.4300.38205.9998.7431.18
Hex15A9E632B026ce631f
Octal11322361435304631614337
Binary11011010100111101100011101011010011011001110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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