Html Css Color HEX #004997 Cobalt

📋 copy color: '#004997'

red 0 ◦ green 73 ◦ blue 151

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

Shades of Cobalt #004997

Tints of Cobalt #004997

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.59%

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

R = 0%
G = 32.59%
B = 67.41%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#004997 (or 0x004997) is known color: Cobalt. HEX triplet: 00, 49 and 97. RGB value is (0,73,151). Sum of RGB (Red+Green+Blue) = 0+73+151=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 151 (59.38% from 255 or 67.41% from 224); Max value from RGB is 151 - color contains mainly: blue. Hex color #004997 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004997 is #FFB668. Grayscale: #3B3B3B. Windows color (decimal): -16758377 or 9914624. OLE color: 9914624.

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

Color convert

RGB 0 73 151 -
CMYK 1 0.52 0 0.41
HSL 210.99º 1% 0.3% -
HSV(B) 210.99º 1% 0.59% -
XYZ 7.97 7 30.21 -
YUV 60.07 179.32 85.16 -
System Red Green Blue C M Y K H S L
Decimal 0 73 151 1 0.52 0 0.41 210.99 1 0.3
Hex 0 49 97 64 34 0 29 D3 64 1E
Octal 0 111 227 144 64 0 51 323 144 36
Binary 0 1001001 10010111 1100100 110100 0 101001 11010011 1100100 11110

Color Harmonies of #004997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004997

Black with #004997

Text Example


Text Example

White with #004997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004997; }

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

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

background-color css

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

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

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

border-color css

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

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

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