#055DF7

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

Shades of Navy Blue #055DF7

Tints of Navy Blue #055DF7

Color information

#055DF7 (or 0x055DF7) is unknown color: approx Navy Blue. HEX triplet: 05, 5D and F7. RGB value is (5,93,247). Sum of RGB (Red+Green+Blue) = 5+93+247=345 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 247 (96.88% from 255 or 71.59% from 345); Max value from RGB is 247 - color contains mainly: blue. Hex color #055DF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #055DF7 is #FAA208. Grayscale: #535353. Windows color (decimal): -16425481 or 16211205. OLE color: 16211205.

HSL color Cylindrical-coordinate representation of color #055DF7: hue angle of 218.18º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055DF7 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB593247-
CMYK0.980.6200.03
HSL218.18º96.03%49.41%-
HSV(B)218.18º97.98%96.86%-
XYZ20.7714.5889.71-
YUV84.24219.8571.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.45%
GREEN value IS 93 (36.72% from 255) = 26.96%
BLUE value IS 247 (96.88% from 255) = 71.59%
R=1.45%
G=26.96%
B=71.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal5932470.980.6200.03218.1896.0349.41
Hex55DF7623E03da6031
Octal5135367142760333214061
Binary1011011101111101111100010111110011110110101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055DF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055DF7; }

 p { color: rgb(5,93,247); }

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

<style>
 a { background-color: #055DF7; }

 a { background-color: rgb(5,93,247); }

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

<style>
 span { border-color: #055DF7; }

 span { border-color: rgb(5,93,247); }

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