Html Css Color HEX #054AEE Navy Blue

📋 copy color: '#054AEE'

red 5 ◦ green 74 ◦ blue 238

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

Shades of Navy Blue #054AEE

Tints of Navy Blue #054AEE

RGB

 RED value IS 5 (2.34% from 255) = 1.58%

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

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

R = 1.58%
G = 23.34%
B = 75.08%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#054AEE (or 0x054AEE) is known color: Navy Blue. HEX triplet: 05, 4A and EE. RGB value is (5,74,238). Sum of RGB (Red+Green+Blue) = 5+74+238=317 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 238 (93.36% from 255 or 75.08% from 317); Max value from RGB is 238 - color contains mainly: blue. Hex color #054AEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #054AEE is #FAB511. Grayscale: #474747. Windows color (decimal): -16430354 or 15616517. OLE color: 15616517.

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

Color convert

RGB 5 74 238 -
CMYK 0.98 0.69 0 0.07
HSL 222.23º 0.96% 0.48% -
HSV(B) 222.23º 0.98% 0.93% -
XYZ 17.94 11.1 82.09 -
YUV 72.07 221.64 80.16 -
System Red Green Blue C M Y K H S L
Decimal 5 74 238 0.98 0.69 0 0.07 222.23 0.96 0.48
Hex 5 4A EE 62 45 0 7 DE 60 30
Octal 5 112 356 142 105 0 7 336 140 60
Binary 101 1001010 11101110 1100010 1000101 0 111 11011110 1100000 110000

Color Harmonies of #054AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054AEE

Black with #054AEE

Text Example


Text Example

White with #054AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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