Html Css Color HEX #004AC9 Navy Blue

📋 copy color: '#004AC9'

red 0 ◦ green 74 ◦ blue 201

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

Shades of Navy Blue #004AC9

Tints of Navy Blue #004AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 73.09%

R = 0%
G = 26.91%
B = 73.09%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#004AC9 (or 0x004AC9) is known color: Navy Blue. HEX triplet: 00, 4A and C9. RGB value is (0,74,201). Sum of RGB (Red+Green+Blue) = 0+74+201=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 201 (78.91% from 255 or 73.09% from 275); Max value from RGB is 201 - color contains mainly: blue. Hex color #004AC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004AC9 is #FFB536. Grayscale: #414141. Windows color (decimal): -16758071 or 13191680. OLE color: 13191680.

HSL color Cylindrical-coordinate representation of color #004AC9: hue angle of 217.91º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004AC9 is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 74 201 -
CMYK 1 0.63 0 0.21
HSL 217.91º 1% 0.39% -
HSV(B) 217.91º 1% 0.79% -
XYZ 12.99 9.11 56.33 -
YUV 66.35 203.98 80.67 -
System Red Green Blue C M Y K H S L
Decimal 0 74 201 1 0.63 0 0.21 217.91 1 0.39
Hex 0 4A C9 64 3F 0 15 DA 64 27
Octal 0 112 311 144 77 0 25 332 144 47
Binary 0 1001010 11001001 1100100 111111 0 10101 11011010 1100100 100111

Color Harmonies of #004AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004AC9

Black with #004AC9

Text Example


Text Example

White with #004AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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