#054DE7

Color #054DE7 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #054DE7

Tints of Navy Blue #054DE7

Color information

#054DE7 (or 0x054DE7) is unknown color: approx Navy Blue. HEX triplet: 05, 4D and E7. RGB value is (5,77,231). Sum of RGB (Red+Green+Blue) = 5+77+231=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 231 (90.62% from 255 or 73.80% from 313); Max value from RGB is 231 - color contains mainly: blue. Hex color #054DE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #054DE7 is #FAB218. Grayscale: #484848. Windows color (decimal): -16429593 or 15158533. OLE color: 15158533.

HSL color Cylindrical-coordinate representation of color #054DE7: hue angle of 220.88º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054DE7 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB577231-
CMYK0.980.6700.09
HSL220.88º95.76%46.27%-
HSV(B)220.88º97.84%90.59%-
XYZ17.1411.1176.84-
YUV73.03217.1579.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.60%
GREEN value IS 77 (30.47% from 255) = 24.60%
BLUE value IS 231 (90.62% from 255) = 73.80%
R=1.60%
G=24.60%
B=73.80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal5772310.980.6700.09220.8895.7646.27
Hex54DE7624309dd602e
Octal511534714210301133514056
Binary1011001101111001111100010100001101001110111011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #054DE7;
 }
 .AnyTagClassName
 {
   color: #054DE7;
 }
</style>
background-color css

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

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

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

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

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

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