Html Css Color HEX #054DCF Navy Blue

📋 copy color: '#054DCF'

red 5 ◦ green 77 ◦ blue 207

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

Shades of Navy Blue #054DCF

Tints of Navy Blue #054DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 71.63%

R = 1.73%
G = 26.64%
B = 71.63%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#054DCF (or 0x054DCF) is known color: Navy Blue. HEX triplet: 05, 4D and CF. RGB value is (5,77,207). Sum of RGB (Red+Green+Blue) = 5+77+207=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 207 (81.25% from 255 or 71.63% from 289); Max value from RGB is 207 - color contains mainly: blue. Hex color #054DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054DCF is #FAB230. Grayscale: #454545. Windows color (decimal): -16429617 or 13585669. OLE color: 13585669.

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

Color convert

RGB 5 77 207 -
CMYK 0.98 0.63 0 0.19
HSL 218.61º 0.95% 0.42% -
HSV(B) 218.61º 0.98% 0.81% -
XYZ 13.98 9.85 60.19 -
YUV 70.29 205.15 81.43 -
System Red Green Blue C M Y K H S L
Decimal 5 77 207 0.98 0.63 0 0.19 218.61 0.95 0.42
Hex 5 4D CF 62 3F 0 13 DB 5F 2A
Octal 5 115 317 142 77 0 23 333 137 52
Binary 101 1001101 11001111 1100010 111111 0 10011 11011011 1011111 101010

Color Harmonies of #054DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054DCF

Black with #054DCF

Text Example


Text Example

White with #054DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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