Html Css Color HEX #015597 Cobalt

📋 copy color: '#015597'

red 1 ◦ green 85 ◦ blue 151

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

Shades of Cobalt #015597

Tints of Cobalt #015597

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.86%

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

R = 0.42%
G = 35.86%
B = 63.71%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#015597 (or 0x015597) is known color: Cobalt. HEX triplet: 01, 55 and 97. RGB value is (1,85,151). Sum of RGB (Red+Green+Blue) = 1+85+151=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 151 (59.38% from 255 or 63.71% from 237); Max value from RGB is 151 - color contains mainly: blue. Hex color #015597 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015597 is #FEAA68. Grayscale: #434343. Windows color (decimal): -16689769 or 9917697. OLE color: 9917697.

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

Color convert

RGB 1 85 151 -
CMYK 0.99 0.44 0 0.41
HSL 206.4º 0.99% 0.3% -
HSV(B) 206.4º 0.99% 0.59% -
XYZ 8.85 8.74 30.5 -
YUV 67.41 175.17 80.63 -
System Red Green Blue C M Y K H S L
Decimal 1 85 151 0.99 0.44 0 0.41 206.4 0.99 0.3
Hex 1 55 97 63 2C 0 29 CE 63 1E
Octal 1 125 227 143 54 0 51 316 143 36
Binary 1 1010101 10010111 1100011 101100 0 101001 11001110 1100011 11110

Color Harmonies of #015597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015597

Black with #015597

Text Example


Text Example

White with #015597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015597; }

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

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

background-color css

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

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

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

border-color css

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

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

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