Html Css Color HEX #054DDF Navy Blue

📋 copy color: '#054DDF'

red 5 ◦ green 77 ◦ blue 223

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

Shades of Navy Blue #054DDF

Tints of Navy Blue #054DDF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.25%

 BLUE value IS 223 (87.5% from 255) = 73.11%

R = 1.64%
G = 25.25%
B = 73.11%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#054DDF (or 0x054DDF) is known color: Navy Blue. HEX triplet: 05, 4D and DF. RGB value is (5,77,223). Sum of RGB (Red+Green+Blue) = 5+77+223=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 223 (87.5% from 255 or 73.11% from 305); Max value from RGB is 223 - color contains mainly: blue. Hex color #054DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054DDF is #FAB220. Grayscale: #474747. Windows color (decimal): -16429601 or 14634245. OLE color: 14634245.

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

Color convert

RGB 5 77 223 -
CMYK 0.98 0.65 0 0.13
HSL 220.18º 0.96% 0.45% -
HSV(B) 220.18º 0.98% 0.87% -
XYZ 16.04 10.67 71.03 -
YUV 72.12 213.15 80.13 -
System Red Green Blue C M Y K H S L
Decimal 5 77 223 0.98 0.65 0 0.13 220.18 0.96 0.45
Hex 5 4D DF 62 41 0 D DC 60 2D
Octal 5 115 337 142 101 0 15 334 140 55
Binary 101 1001101 11011111 1100010 1000001 0 1101 11011100 1100000 101101

Color Harmonies of #054DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054DDF

Black with #054DDF

Text Example


Text Example

White with #054DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,77,223); }

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

background-color css

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

 a { background-color: rgb(5,77,223); }

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

border-color css

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

 span { border-color: rgb(5,77,223); }

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