Html Css Color HEX #004AAD Cobalt

📋 copy color: '#004AAD'

red 0 ◦ green 74 ◦ blue 173

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

Shades of Cobalt #004AAD

Tints of Cobalt #004AAD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.96%

 BLUE value IS 173 (67.97% from 255) = 70.04%

R = 0%
G = 29.96%
B = 70.04%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#004AAD (or 0x004AAD) is known color: Cobalt. HEX triplet: 00, 4A and AD. RGB value is (0,74,173). Sum of RGB (Red+Green+Blue) = 0+74+173=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #004AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004AAD is #FFB552. Grayscale: #3E3E3E. Windows color (decimal): -16758099 or 11356672. OLE color: 11356672.

HSL color Cylindrical-coordinate representation of color #004AAD: hue angle of 214.34º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004AAD is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 74 173 -
CMYK 1 0.57 0 0.32
HSL 214.34º 1% 0.34% -
HSV(B) 214.34º 1% 0.68% -
XYZ 9.99 7.91 40.54 -
YUV 63.16 189.98 82.95 -
System Red Green Blue C M Y K H S L
Decimal 0 74 173 1 0.57 0 0.32 214.34 1 0.34
Hex 0 4A AD 64 39 0 20 D6 64 22
Octal 0 112 255 144 71 0 40 326 144 42
Binary 0 1001010 10101101 1100100 111001 0 100000 11010110 1100100 100010

Color Harmonies of #004AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004AAD

Black with #004AAD

Text Example


Text Example

White with #004AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004AAD; }

 p { color: rgb(0,74,173); }

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

background-color css

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

 a { background-color: rgb(0,74,173); }

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

border-color css

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

 span { border-color: rgb(0,74,173); }

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