Html Css Color HEX #054DED Navy Blue

📋 copy color: '#054DED'

red 5 ◦ green 77 ◦ blue 237

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

Shades of Navy Blue #054DED

Tints of Navy Blue #054DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 74.29%

R = 1.57%
G = 24.14%
B = 74.29%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#054DED (or 0x054DED) is known color: Navy Blue. HEX triplet: 05, 4D and ED. RGB value is (5,77,237). Sum of RGB (Red+Green+Blue) = 5+77+237=319 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 237 (92.97% from 255 or 74.29% from 319); Max value from RGB is 237 - color contains mainly: blue. Hex color #054DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #054DED is #FAB212. Grayscale: #494949. Windows color (decimal): -16429587 or 15551749. OLE color: 15551749.

HSL color Cylindrical-coordinate representation of color #054DED: hue angle of 221.38º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054DED is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 77 237 -
CMYK 0.98 0.68 0 0.07
HSL 221.38º 0.96% 0.47% -
HSV(B) 221.38º 0.98% 0.93% -
XYZ 18 11.45 81.38 -
YUV 73.71 220.15 78.99 -
System Red Green Blue C M Y K H S L
Decimal 5 77 237 0.98 0.68 0 0.07 221.38 0.96 0.47
Hex 5 4D ED 62 44 0 7 DD 60 2F
Octal 5 115 355 142 104 0 7 335 140 57
Binary 101 1001101 11101101 1100010 1000100 0 111 11011101 1100000 101111

Color Harmonies of #054DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054DED

Black with #054DED

Text Example


Text Example

White with #054DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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