Html Css Color HEX #004895 Cobalt

📋 copy color: '#004895'

red 0 ◦ green 72 ◦ blue 149

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

Shades of Cobalt #004895

Tints of Cobalt #004895

RGB

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

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

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

R = 0%
G = 32.58%
B = 67.42%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#004895 (or 0x004895) is known color: Cobalt. HEX triplet: 00, 48 and 95. RGB value is (0,72,149). Sum of RGB (Red+Green+Blue) = 0+72+149=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 149 (58.59% from 255 or 67.42% from 221); Max value from RGB is 149 - color contains mainly: blue. Hex color #004895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004895 is #FFB76A. Grayscale: #3A3A3A. Windows color (decimal): -16758635 or 9783296. OLE color: 9783296.

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

Color convert

RGB 0 72 149 -
CMYK 1 0.52 0 0.42
HSL 211.01º 1% 0.29% -
HSV(B) 211.01º 1% 0.58% -
XYZ 7.74 6.8 29.34 -
YUV 59.25 178.65 85.74 -
System Red Green Blue C M Y K H S L
Decimal 0 72 149 1 0.52 0 0.42 211.01 1 0.29
Hex 0 48 95 64 34 0 2A D3 64 1D
Octal 0 110 225 144 64 0 52 323 144 35
Binary 0 1001000 10010101 1100100 110100 0 101010 11010011 1100100 11101

Color Harmonies of #004895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004895

Black with #004895

Text Example


Text Example

White with #004895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004895; }

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

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

background-color css

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

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

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

border-color css

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

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

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