Html Css Color HEX #004AEC Navy Blue

📋 copy color: '#004AEC'

red 0 ◦ green 74 ◦ blue 236

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

Shades of Navy Blue #004AEC

Tints of Navy Blue #004AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 76.13%

R = 0%
G = 23.87%
B = 76.13%

CMYK

 C value IS 1

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#004AEC (or 0x004AEC) is known color: Navy Blue. HEX triplet: 00, 4A and EC. RGB value is (0,74,236). Sum of RGB (Red+Green+Blue) = 0+74+236=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 236 (92.58% from 255 or 76.13% from 310); Max value from RGB is 236 - color contains mainly: blue. Hex color #004AEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #004AEC is #FFB513. Grayscale: #454545. Windows color (decimal): -16758036 or 15485440. OLE color: 15485440.

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

Color convert

RGB 0 74 236 -
CMYK 1 0.69 0 0.07
HSL 221.19º 1% 0.46% -
HSV(B) 221.19º 1% 0.93% -
XYZ 17.59 10.95 80.54 -
YUV 70.34 221.48 77.83 -
System Red Green Blue C M Y K H S L
Decimal 0 74 236 1 0.69 0 0.07 221.19 1 0.46
Hex 0 4A EC 64 45 0 7 DD 64 2E
Octal 0 112 354 144 105 0 7 335 144 56
Binary 0 1001010 11101100 1100100 1000101 0 111 11011101 1100100 101110

Color Harmonies of #004AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004AEC

Black with #004AEC

Text Example


Text Example

White with #004AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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