Html Css Color HEX #054ED2 Navy Blue

📋 copy color: '#054ED2'

red 5 ◦ green 78 ◦ blue 210

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

Shades of Navy Blue #054ED2

Tints of Navy Blue #054ED2

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.62%

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

R = 1.71%
G = 26.62%
B = 71.67%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#054ED2 (or 0x054ED2) is known color: Navy Blue. HEX triplet: 05, 4E and D2. RGB value is (5,78,210). Sum of RGB (Red+Green+Blue) = 5+78+210=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 210 (82.42% from 255 or 71.67% from 293); Max value from RGB is 210 - color contains mainly: blue. Hex color #054ED2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054ED2 is #FAB12D. Grayscale: #464646. Windows color (decimal): -16429358 or 13782533. OLE color: 13782533.

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

Color convert

RGB 5 78 210 -
CMYK 0.98 0.63 0 0.18
HSL 218.63º 0.95% 0.42% -
HSV(B) 218.63º 0.98% 0.82% -
XYZ 14.42 10.13 62.17 -
YUV 71.22 206.32 80.77 -
System Red Green Blue C M Y K H S L
Decimal 5 78 210 0.98 0.63 0 0.18 218.63 0.95 0.42
Hex 5 4E D2 62 3F 0 12 DB 5F 2A
Octal 5 116 322 142 77 0 22 333 137 52
Binary 101 1001110 11010010 1100010 111111 0 10010 11011011 1011111 101010

Color Harmonies of #054ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054ED2

Black with #054ED2

Text Example


Text Example

White with #054ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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