Html Css Color HEX #054EE4 Navy Blue

📋 copy color: '#054EE4'

red 5 ◦ green 78 ◦ blue 228

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

Shades of Navy Blue #054EE4

Tints of Navy Blue #054EE4

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.08%

 BLUE value IS 228 (89.45% from 255) = 73.31%

R = 1.61%
G = 25.08%
B = 73.31%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#054EE4 (or 0x054EE4) is known color: Navy Blue. HEX triplet: 05, 4E and E4. RGB value is (5,78,228). Sum of RGB (Red+Green+Blue) = 5+78+228=311 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 228 (89.45% from 255 or 73.31% from 311); Max value from RGB is 228 - color contains mainly: blue. Hex color #054EE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054EE4 is #FAB11B. Grayscale: #484848. Windows color (decimal): -16429340 or 14962181. OLE color: 14962181.

HSL color Cylindrical-coordinate representation of color #054EE4: hue angle of 220.36º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054EE4 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 5 78 228 -
CMYK 0.98 0.66 0 0.11
HSL 220.36º 0.96% 0.46% -
HSV(B) 220.36º 0.98% 0.89% -
XYZ 16.79 11.08 74.65 -
YUV 73.27 215.32 79.3 -
System Red Green Blue C M Y K H S L
Decimal 5 78 228 0.98 0.66 0 0.11 220.36 0.96 0.46
Hex 5 4E E4 62 42 0 B DC 60 2E
Octal 5 116 344 142 102 0 13 334 140 56
Binary 101 1001110 11100100 1100010 1000010 0 1011 11011100 1100000 101110

Color Harmonies of #054EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054EE4

Black with #054EE4

Text Example


Text Example

White with #054EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,78,228); }

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

background-color css

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

 a { background-color: rgb(5,78,228); }

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

border-color css

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

 span { border-color: rgb(5,78,228); }

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