Html Css Color HEX #054EDA Navy Blue

📋 copy color: '#054EDA'

red 5 ◦ green 78 ◦ blue 218

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

Shades of Navy Blue #054EDA

Tints of Navy Blue #054EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 72.43%

R = 1.66%
G = 25.91%
B = 72.43%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#054EDA (or 0x054EDA) is known color: Navy Blue. HEX triplet: 05, 4E and DA. RGB value is (5,78,218). Sum of RGB (Red+Green+Blue) = 5+78+218=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 218 (85.55% from 255 or 72.43% from 301); Max value from RGB is 218 - color contains mainly: blue. Hex color #054EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054EDA is #FAB125. Grayscale: #474747. Windows color (decimal): -16429350 or 14306821. OLE color: 14306821.

HSL color Cylindrical-coordinate representation of color #054EDA: hue angle of 219.44º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054EDA is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 5 78 218 -
CMYK 0.98 0.64 0 0.15
HSL 219.44º 0.96% 0.44% -
HSV(B) 219.44º 0.98% 0.85% -
XYZ 15.44 10.54 67.55 -
YUV 72.13 210.32 80.12 -
System Red Green Blue C M Y K H S L
Decimal 5 78 218 0.98 0.64 0 0.15 219.44 0.96 0.44
Hex 5 4E DA 62 40 0 F DB 60 2C
Octal 5 116 332 142 100 0 17 333 140 54
Binary 101 1001110 11011010 1100010 1000000 0 1111 11011011 1100000 101100

Color Harmonies of #054EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054EDA

Black with #054EDA

Text Example


Text Example

White with #054EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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