Html Css Color HEX #054DEC Navy Blue

📋 copy color: '#054DEC'

red 5 ◦ green 77 ◦ blue 236

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

Shades of Navy Blue #054DEC

Tints of Navy Blue #054DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 74.21%

R = 1.57%
G = 24.21%
B = 74.21%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#054DEC (or 0x054DEC) is known color: Navy Blue. HEX triplet: 05, 4D and EC. RGB value is (5,77,236). Sum of RGB (Red+Green+Blue) = 5+77+236=318 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 236 (92.58% from 255 or 74.21% from 318); Max value from RGB is 236 - color contains mainly: blue. Hex color #054DEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #054DEC is #FAB213. Grayscale: #484848. Windows color (decimal): -16429588 or 15486213. OLE color: 15486213.

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

Color convert

RGB 5 77 236 -
CMYK 0.98 0.67 0 0.07
HSL 221.3º 0.96% 0.47% -
HSV(B) 221.3º 0.98% 0.93% -
XYZ 17.86 11.4 80.62 -
YUV 73.6 219.65 79.07 -
System Red Green Blue C M Y K H S L
Decimal 5 77 236 0.98 0.67 0 0.07 221.3 0.96 0.47
Hex 5 4D EC 62 43 0 7 DD 60 2F
Octal 5 115 354 142 103 0 7 335 140 57
Binary 101 1001101 11101100 1100010 1000011 0 111 11011101 1100000 101111

Color Harmonies of #054DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054DEC

Black with #054DEC

Text Example


Text Example

White with #054DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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