Html Css Color HEX #004998 Cobalt

📋 copy color: '#004998'

red 0 ◦ green 73 ◦ blue 152

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

Shades of Cobalt #004998

Tints of Cobalt #004998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 67.56%

R = 0%
G = 32.44%
B = 67.56%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#004998 (or 0x004998) is known color: Cobalt. HEX triplet: 00, 49 and 98. RGB value is (0,73,152). Sum of RGB (Red+Green+Blue) = 0+73+152=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 152 (59.77% from 255 or 67.56% from 225); Max value from RGB is 152 - color contains mainly: blue. Hex color #004998 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004998 is #FFB667. Grayscale: #3B3B3B. Windows color (decimal): -16758376 or 9980160. OLE color: 9980160.

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

Color convert

RGB 0 73 152 -
CMYK 1 0.52 0 0.40
HSL 211.18º 1% 0.3% -
HSV(B) 211.18º 1% 0.6% -
XYZ 8.05 7.03 30.64 -
YUV 60.18 179.82 85.08 -
System Red Green Blue C M Y K H S L
Decimal 0 73 152 1 0.52 0 0.40 211.18 1 0.3
Hex 0 49 98 64 34 0 28 D3 64 1E
Octal 0 111 230 144 64 0 50 323 144 36
Binary 0 1001001 10011000 1100100 110100 0 101000 11010011 1100100 11110

Color Harmonies of #004998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004998

Black with #004998

Text Example


Text Example

White with #004998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004998; }

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

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

background-color css

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

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

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

border-color css

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

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

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