Html Css Color HEX #054FDC Navy Blue

📋 copy color: '#054FDC'

red 5 ◦ green 79 ◦ blue 220

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

Shades of Navy Blue #054FDC

Tints of Navy Blue #054FDC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.99%

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

R = 1.64%
G = 25.99%
B = 72.37%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#054FDC (or 0x054FDC) is known color: Navy Blue. HEX triplet: 05, 4F and DC. RGB value is (5,79,220). Sum of RGB (Red+Green+Blue) = 5+79+220=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 220 (86.33% from 255 or 72.37% from 304); Max value from RGB is 220 - color contains mainly: blue. Hex color #054FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054FDC is #FAB023. Grayscale: #484848. Windows color (decimal): -16429092 or 14438149. OLE color: 14438149.

HSL color Cylindrical-coordinate representation of color #054FDC: hue angle of 219.35º 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 #054FDC is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 79 220 -
CMYK 0.98 0.64 0 0.14
HSL 219.35º 0.96% 0.44% -
HSV(B) 219.35º 0.98% 0.86% -
XYZ 15.78 10.79 68.96 -
YUV 72.95 210.98 79.54 -
System Red Green Blue C M Y K H S L
Decimal 5 79 220 0.98 0.64 0 0.14 219.35 0.96 0.44
Hex 5 4F DC 62 40 0 E DB 60 2C
Octal 5 117 334 142 100 0 16 333 140 54
Binary 101 1001111 11011100 1100010 1000000 0 1110 11011011 1100000 101100

Color Harmonies of #054FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054FDC

Black with #054FDC

Text Example


Text Example

White with #054FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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