Html Css Color HEX #054FDB Navy Blue

📋 copy color: '#054FDB'

red 5 ◦ green 79 ◦ blue 219

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

Shades of Navy Blue #054FDB

Tints of Navy Blue #054FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 72.28%

R = 1.65%
G = 26.07%
B = 72.28%

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

#054FDB (or 0x054FDB) is known color: Navy Blue. HEX triplet: 05, 4F and DB. RGB value is (5,79,219). Sum of RGB (Red+Green+Blue) = 5+79+219=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 219 (85.94% from 255 or 72.28% from 303); Max value from RGB is 219 - color contains mainly: blue. Hex color #054FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054FDB is #FAB024. Grayscale: #484848. Windows color (decimal): -16429093 or 14372613. OLE color: 14372613.

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

Color convert

RGB 5 79 219 -
CMYK 0.98 0.64 0 0.14
HSL 219.25º 0.96% 0.44% -
HSV(B) 219.25º 0.98% 0.86% -
XYZ 15.64 10.74 68.27 -
YUV 72.83 210.48 79.62 -
System Red Green Blue C M Y K H S L
Decimal 5 79 219 0.98 0.64 0 0.14 219.25 0.96 0.44
Hex 5 4F DB 62 40 0 E DB 60 2C
Octal 5 117 333 142 100 0 16 333 140 54
Binary 101 1001111 11011011 1100010 1000000 0 1110 11011011 1100000 101100

Color Harmonies of #054FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054FDB

Black with #054FDB

Text Example


Text Example

White with #054FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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