Html Css Color HEX #054FD2 Navy Blue

📋 copy color: '#054FD2'

red 5 ◦ green 79 ◦ blue 210

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

Shades of Navy Blue #054FD2

Tints of Navy Blue #054FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 71.43%

R = 1.7%
G = 26.87%
B = 71.43%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#054FD2 (or 0x054FD2) is known color: Navy Blue. HEX triplet: 05, 4F and D2. RGB value is (5,79,210). Sum of RGB (Red+Green+Blue) = 5+79+210=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 210 (82.42% from 255 or 71.43% from 294); Max value from RGB is 210 - color contains mainly: blue. Hex color #054FD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054FD2 is #FAB02D. Grayscale: #474747. Windows color (decimal): -16429102 or 13782789. OLE color: 13782789.

HSL color Cylindrical-coordinate representation of color #054FD2: hue angle of 218.34º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054FD2 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 79 210 -
CMYK 0.98 0.62 0 0.18
HSL 218.34º 0.95% 0.42% -
HSV(B) 218.34º 0.98% 0.82% -
XYZ 14.49 10.28 62.19 -
YUV 71.81 205.98 80.35 -
System Red Green Blue C M Y K H S L
Decimal 5 79 210 0.98 0.62 0 0.18 218.34 0.95 0.42
Hex 5 4F D2 62 3E 0 12 DA 5F 2A
Octal 5 117 322 142 76 0 22 332 137 52
Binary 101 1001111 11010010 1100010 111110 0 10010 11011010 1011111 101010

Color Harmonies of #054FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054FD2

Black with #054FD2

Text Example


Text Example

White with #054FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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