Html Css Color HEX #004995 Cobalt

📋 copy color: '#004995'

red 0 ◦ green 73 ◦ blue 149

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

Shades of Cobalt #004995

Tints of Cobalt #004995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 67.12%

R = 0%
G = 32.88%
B = 67.12%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#004995 (or 0x004995) is known color: Cobalt. HEX triplet: 00, 49 and 95. RGB value is (0,73,149). Sum of RGB (Red+Green+Blue) = 0+73+149=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 149 (58.59% from 255 or 67.12% from 222); Max value from RGB is 149 - color contains mainly: blue. Hex color #004995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004995 is #FFB66A. Grayscale: #3B3B3B. Windows color (decimal): -16758379 or 9783552. OLE color: 9783552.

HSL color Cylindrical-coordinate representation of color #004995: hue angle of 210.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004995 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 73 149 -
CMYK 1 0.51 0 0.42
HSL 210.6º 1% 0.29% -
HSV(B) 210.6º 1% 0.58% -
XYZ 7.81 6.94 29.36 -
YUV 59.84 178.32 85.32 -
System Red Green Blue C M Y K H S L
Decimal 0 73 149 1 0.51 0 0.42 210.6 1 0.29
Hex 0 49 95 64 33 0 2A D3 64 1D
Octal 0 111 225 144 63 0 52 323 144 35
Binary 0 1001001 10010101 1100100 110011 0 101010 11010011 1100100 11101

Color Harmonies of #004995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004995

Black with #004995

Text Example


Text Example

White with #004995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004995; }

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

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

background-color css

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

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

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

border-color css

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

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

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