Html Css Color HEX #015697 Cobalt

📋 copy color: '#015697'

red 1 ◦ green 86 ◦ blue 151

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

Shades of Cobalt #015697

Tints of Cobalt #015697

RGB

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

 GREEN value IS 86 (33.98% from 255) = 36.13%

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

R = 0.42%
G = 36.13%
B = 63.45%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#015697 (or 0x015697) is known color: Cobalt. HEX triplet: 01, 56 and 97. RGB value is (1,86,151). Sum of RGB (Red+Green+Blue) = 1+86+151=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 151 (59.38% from 255 or 63.45% from 238); Max value from RGB is 151 - color contains mainly: blue. Hex color #015697 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015697 is #FEA968. Grayscale: #434343. Windows color (decimal): -16689513 or 9917953. OLE color: 9917953.

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

Color convert

RGB 1 86 151 -
CMYK 0.99 0.43 0 0.41
HSL 206º 0.99% 0.3% -
HSV(B) 206º 0.99% 0.59% -
XYZ 8.93 8.9 30.52 -
YUV 68 174.84 80.21 -
System Red Green Blue C M Y K H S L
Decimal 1 86 151 0.99 0.43 0 0.41 206 0.99 0.3
Hex 1 56 97 63 2B 0 29 CE 63 1E
Octal 1 126 227 143 53 0 51 316 143 36
Binary 1 1010110 10010111 1100011 101011 0 101001 11001110 1100011 11110

Color Harmonies of #015697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015697

Black with #015697

Text Example


Text Example

White with #015697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015697; }

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

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

background-color css

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

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

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

border-color css

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

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

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