Html Css Color HEX #004AEE Navy Blue

📋 copy color: '#004AEE'

red 0 ◦ green 74 ◦ blue 238

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

Shades of Navy Blue #004AEE

Tints of Navy Blue #004AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 76.28%

R = 0%
G = 23.72%
B = 76.28%

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

#004AEE (or 0x004AEE) is known color: Navy Blue. HEX triplet: 00, 4A and EE. RGB value is (0,74,238). Sum of RGB (Red+Green+Blue) = 0+74+238=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 238 (93.36% from 255 or 76.28% from 312); Max value from RGB is 238 - color contains mainly: blue. Hex color #004AEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #004AEE is #FFB511. Grayscale: #454545. Windows color (decimal): -16758034 or 15616512. OLE color: 15616512.

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

Color convert

RGB 0 74 238 -
CMYK 1 0.69 0 0.07
HSL 221.34º 1% 0.47% -
HSV(B) 221.34º 1% 0.93% -
XYZ 17.88 11.07 82.08 -
YUV 70.57 222.48 77.66 -
System Red Green Blue C M Y K H S L
Decimal 0 74 238 1 0.69 0 0.07 221.34 1 0.47
Hex 0 4A EE 64 45 0 7 DD 64 2F
Octal 0 112 356 144 105 0 7 335 144 57
Binary 0 1001010 11101110 1100100 1000101 0 111 11011101 1100100 101111

Color Harmonies of #004AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004AEE

Black with #004AEE

Text Example


Text Example

White with #004AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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