Html Css Color HEX #005997 Cobalt

📋 copy color: '#005997'

red 0 ◦ green 89 ◦ blue 151

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

Shades of Cobalt #005997

Tints of Cobalt #005997

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.08%

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

R = 0%
G = 37.08%
B = 62.92%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#005997 (or 0x005997) is known color: Cobalt. HEX triplet: 00, 59 and 97. RGB value is (0,89,151). Sum of RGB (Red+Green+Blue) = 0+89+151=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 151 (59.38% from 255 or 62.92% from 240); Max value from RGB is 151 - color contains mainly: blue. Hex color #005997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005997 is #FFA668. Grayscale: #454545. Windows color (decimal): -16754281 or 9918720. OLE color: 9918720.

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

Color convert

RGB 0 89 151 -
CMYK 1 0.41 0 0.41
HSL 204.64º 1% 0.3% -
HSV(B) 204.64º 1% 0.59% -
XYZ 9.16 9.38 30.61 -
YUV 69.46 174.01 78.46 -
System Red Green Blue C M Y K H S L
Decimal 0 89 151 1 0.41 0 0.41 204.64 1 0.3
Hex 0 59 97 64 29 0 29 CD 64 1E
Octal 0 131 227 144 51 0 51 315 144 36
Binary 0 1011001 10010111 1100100 101001 0 101001 11001101 1100100 11110

Color Harmonies of #005997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005997

Black with #005997

Text Example


Text Example

White with #005997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005997; }

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

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

background-color css

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

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

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

border-color css

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

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

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