Html Css Color HEX #004AE9 Navy Blue

📋 copy color: '#004AE9'

red 0 ◦ green 74 ◦ blue 233

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

Shades of Navy Blue #004AE9

Tints of Navy Blue #004AE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 75.9%

R = 0%
G = 24.1%
B = 75.9%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#004AE9 (or 0x004AE9) is known color: Navy Blue. HEX triplet: 00, 4A and E9. RGB value is (0,74,233). Sum of RGB (Red+Green+Blue) = 0+74+233=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 233 (91.41% from 255 or 75.90% from 307); Max value from RGB is 233 - color contains mainly: blue. Hex color #004AE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #004AE9 is #FFB516. Grayscale: #454545. Windows color (decimal): -16758039 or 15288832. OLE color: 15288832.

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

Color convert

RGB 0 74 233 -
CMYK 1 0.68 0 0.09
HSL 220.94º 1% 0.46% -
HSV(B) 220.94º 1% 0.91% -
XYZ 17.16 10.78 78.27 -
YUV 70 219.98 78.07 -
System Red Green Blue C M Y K H S L
Decimal 0 74 233 1 0.68 0 0.09 220.94 1 0.46
Hex 0 4A E9 64 44 0 9 DD 64 2E
Octal 0 112 351 144 104 0 11 335 144 56
Binary 0 1001010 11101001 1100100 1000100 0 1001 11011101 1100100 101110

Color Harmonies of #004AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004AE9

Black with #004AE9

Text Example


Text Example

White with #004AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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