Html Css Color HEX #005697 Cobalt

📋 copy color: '#005697'

red 0 ◦ green 86 ◦ blue 151

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

Shades of Cobalt #005697

Tints of Cobalt #005697

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 36.29%
B = 63.71%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#005697 (or 0x005697) is known color: Cobalt. HEX triplet: 00, 56 and 97. RGB value is (0,86,151). Sum of RGB (Red+Green+Blue) = 0+86+151=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 86 (33.98% from 255 or 36.29% 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 #005697 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005697 is #FFA968. Grayscale: #434343. Windows color (decimal): -16755049 or 9917952. OLE color: 9917952.

HSL color Cylindrical-coordinate representation of color #005697: hue angle of 205.83º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005697 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 86 151 -
CMYK 1 0.43 0 0.41
HSL 205.83º 1% 0.3% -
HSV(B) 205.83º 1% 0.59% -
XYZ 8.91 8.89 30.52 -
YUV 67.7 175.01 79.71 -
System Red Green Blue C M Y K H S L
Decimal 0 86 151 1 0.43 0 0.41 205.83 1 0.3
Hex 0 56 97 64 2B 0 29 CE 64 1E
Octal 0 126 227 144 53 0 51 316 144 36
Binary 0 1010110 10010111 1100100 101011 0 101001 11001110 1100100 11110

Color Harmonies of #005697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005697

Black with #005697

Text Example


Text Example

White with #005697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005697; }

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

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

background-color css

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

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

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

border-color css

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

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

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