Html Css Color HEX #005597 Cobalt

📋 copy color: '#005597'

red 0 ◦ green 85 ◦ blue 151

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

Shades of Cobalt #005597

Tints of Cobalt #005597

RGB

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

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

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

R = 0%
G = 36.02%
B = 63.98%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#005597 (or 0x005597) is known color: Cobalt. HEX triplet: 00, 55 and 97. RGB value is (0,85,151). Sum of RGB (Red+Green+Blue) = 0+85+151=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 151 (59.38% from 255 or 63.98% from 236); Max value from RGB is 151 - color contains mainly: blue. Hex color #005597 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005597 is #FFAA68. Grayscale: #424242. Windows color (decimal): -16755305 or 9917696. OLE color: 9917696.

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

Color convert

RGB 0 85 151 -
CMYK 1 0.44 0 0.41
HSL 206.23º 1% 0.3% -
HSV(B) 206.23º 1% 0.59% -
XYZ 8.83 8.73 30.5 -
YUV 67.11 175.34 80.13 -
System Red Green Blue C M Y K H S L
Decimal 0 85 151 1 0.44 0 0.41 206.23 1 0.3
Hex 0 55 97 64 2C 0 29 CE 64 1E
Octal 0 125 227 144 54 0 51 316 144 36
Binary 0 1010101 10010111 1100100 101100 0 101001 11001110 1100100 11110

Color Harmonies of #005597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005597

Black with #005597

Text Example


Text Example

White with #005597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005597; }

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

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

background-color css

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

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

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

border-color css

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

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

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