Html Css Color HEX #015A97 Cobalt

📋 copy color: '#015A97'

red 1 ◦ green 90 ◦ blue 151

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

Shades of Cobalt #015A97

Tints of Cobalt #015A97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 62.4%

R = 0.41%
G = 37.19%
B = 62.4%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#015A97 (or 0x015A97) is known color: Cobalt. HEX triplet: 01, 5A and 97. RGB value is (1,90,151). Sum of RGB (Red+Green+Blue) = 1+90+151=242 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 151 (59.38% from 255 or 62.40% from 242); Max value from RGB is 151 - color contains mainly: blue. Hex color #015A97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015A97 is #FEA568. Grayscale: #464646. Windows color (decimal): -16688489 or 9918977. OLE color: 9918977.

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

Color convert

RGB 1 90 151 -
CMYK 0.99 0.40 0 0.41
HSL 204.4º 0.99% 0.3% -
HSV(B) 204.4º 0.99% 0.59% -
XYZ 9.25 9.55 30.63 -
YUV 70.34 173.51 78.54 -
System Red Green Blue C M Y K H S L
Decimal 1 90 151 0.99 0.40 0 0.41 204.4 0.99 0.3
Hex 1 5A 97 63 28 0 29 CC 63 1E
Octal 1 132 227 143 50 0 51 314 143 36
Binary 1 1011010 10010111 1100011 101000 0 101001 11001100 1100011 11110

Color Harmonies of #015A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A97

Black with #015A97

Text Example


Text Example

White with #015A97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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