Html Css Color HEX #015A96 Cobalt

📋 copy color: '#015A96'

red 1 ◦ green 90 ◦ blue 150

#015A96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #015A96

Tints of Cobalt #015A96

RGB

 RED value IS 1 (0.78% from 255) = 0.41%

 GREEN value IS 90 (35.55% from 255) = 37.34%

 BLUE value IS 150 (58.98% from 255) = 62.24%

R = 0.41%
G = 37.34%
B = 62.24%

CMYK

 C value IS 0.99

 M value IS 0.4

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#015A96 (or 0x015A96) is known color: Cobalt. HEX triplet: 01, 5A and 96. RGB value is (1,90,150). Sum of RGB (Red+Green+Blue) = 1+90+150=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 150 (58.98% from 255 or 62.24% from 241); Max value from RGB is 150 - color contains mainly: blue. Hex color #015A96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015A96 is #FEA569. Grayscale: #454545. Windows color (decimal): -16688490 or 9853441. OLE color: 9853441.

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

Color convert

RGB 1 90 150 -
CMYK 0.99 0.4 0 0.41
HSL 204.16º 0.99% 0.3% -
HSV(B) 204.16º 0.99% 0.59% -
XYZ 9.17 9.52 30.21 -
YUV 70.23 173.01 78.62 -
System Red Green Blue C M Y K H S L
Decimal 1 90 150 0.99 0.4 0 0.41 204.16 0.99 0.3
Hex 1 5A 96 63 28 0 29 CC 63 1E
Octal 1 132 226 143 50 0 51 314 143 36
Binary 1 1011010 10010110 1100011 101000 0 101001 11001100 1100011 11110

Color Harmonies of #015A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A96

Black with #015A96

Text Example


Text Example

White with #015A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #015A96;
 }
 .AnyTagClassName
 {
   color: #015A96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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