Html Css Color HEX #054EDC Navy Blue

📋 copy color: '#054EDC'

red 5 ◦ green 78 ◦ blue 220

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

Shades of Navy Blue #054EDC

Tints of Navy Blue #054EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 72.61%

R = 1.65%
G = 25.74%
B = 72.61%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#054EDC (or 0x054EDC) is known color: Navy Blue. HEX triplet: 05, 4E and DC. RGB value is (5,78,220). Sum of RGB (Red+Green+Blue) = 5+78+220=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 220 (86.33% from 255 or 72.61% from 303); Max value from RGB is 220 - color contains mainly: blue. Hex color #054EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054EDC is #FAB123. Grayscale: #474747. Windows color (decimal): -16429348 or 14437893. OLE color: 14437893.

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

Color convert

RGB 5 78 220 -
CMYK 0.98 0.65 0 0.14
HSL 219.63º 0.96% 0.44% -
HSV(B) 219.63º 0.98% 0.86% -
XYZ 15.71 10.65 68.94 -
YUV 72.36 211.32 79.95 -
System Red Green Blue C M Y K H S L
Decimal 5 78 220 0.98 0.65 0 0.14 219.63 0.96 0.44
Hex 5 4E DC 62 41 0 E DC 60 2C
Octal 5 116 334 142 101 0 16 334 140 54
Binary 101 1001110 11011100 1100010 1000001 0 1110 11011100 1100000 101100

Color Harmonies of #054EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054EDC

Black with #054EDC

Text Example


Text Example

White with #054EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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