Html Css Color HEX #004898 Cobalt

📋 copy color: '#004898'

red 0 ◦ green 72 ◦ blue 152

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

Shades of Cobalt #004898

Tints of Cobalt #004898

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.14%

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

R = 0%
G = 32.14%
B = 67.86%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#004898 (or 0x004898) is known color: Cobalt. HEX triplet: 00, 48 and 98. RGB value is (0,72,152). Sum of RGB (Red+Green+Blue) = 0+72+152=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 152 (59.77% from 255 or 67.86% from 224); Max value from RGB is 152 - color contains mainly: blue. Hex color #004898 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004898 is #FFB767. Grayscale: #3B3B3B. Windows color (decimal): -16758632 or 9979904. OLE color: 9979904.

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

Color convert

RGB 0 72 152 -
CMYK 1 0.53 0 0.40
HSL 211.58º 1% 0.3% -
HSV(B) 211.58º 1% 0.6% -
XYZ 7.98 6.9 30.62 -
YUV 59.59 180.15 85.5 -
System Red Green Blue C M Y K H S L
Decimal 0 72 152 1 0.53 0 0.40 211.58 1 0.3
Hex 0 48 98 64 35 0 28 D4 64 1E
Octal 0 110 230 144 65 0 50 324 144 36
Binary 0 1001000 10011000 1100100 110101 0 101000 11010100 1100100 11110

Color Harmonies of #004898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004898

Black with #004898

Text Example


Text Example

White with #004898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004898; }

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

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

background-color css

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

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

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

border-color css

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

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

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