Html Css Color HEX #054FDD Navy Blue

📋 copy color: '#054FDD'

red 5 ◦ green 79 ◦ blue 221

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

Shades of Navy Blue #054FDD

Tints of Navy Blue #054FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 72.46%

R = 1.64%
G = 25.9%
B = 72.46%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#054FDD (or 0x054FDD) is known color: Navy Blue. HEX triplet: 05, 4F and DD. RGB value is (5,79,221). Sum of RGB (Red+Green+Blue) = 5+79+221=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 221 (86.72% from 255 or 72.46% from 305); Max value from RGB is 221 - color contains mainly: blue. Hex color #054FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054FDD is #FAB022. Grayscale: #484848. Windows color (decimal): -16429091 or 14503685. OLE color: 14503685.

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

Color convert

RGB 5 79 221 -
CMYK 0.98 0.64 0 0.13
HSL 219.44º 0.96% 0.44% -
HSV(B) 219.44º 0.98% 0.87% -
XYZ 15.91 10.84 69.66 -
YUV 73.06 211.48 79.45 -
System Red Green Blue C M Y K H S L
Decimal 5 79 221 0.98 0.64 0 0.13 219.44 0.96 0.44
Hex 5 4F DD 62 40 0 D DB 60 2C
Octal 5 117 335 142 100 0 15 333 140 54
Binary 101 1001111 11011101 1100010 1000000 0 1101 11011011 1100000 101100

Color Harmonies of #054FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054FDD

Black with #054FDD

Text Example


Text Example

White with #054FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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