#005AFF

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

Shades of Navy Blue #005AFF

Tints of Navy Blue #005AFF

Color information

#005AFF (or 0x005AFF) is unknown color: approx Navy Blue. HEX triplet: 00, 5A and FF. RGB value is (0,90,255). Sum of RGB (Red+Green+Blue) = 0+90+255=345 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 255 (100% from 255 or 73.91% from 345); Max value from RGB is 255 - color contains mainly: blue. Hex color #005AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005AFF is #FFA500. Grayscale: #515151. Windows color (decimal): -16753921 or 16734720. OLE color: 16734720.

HSL color Cylindrical-coordinate representation of color #005AFF: hue angle of 218.82º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005AFF is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB090255-
CMYK10.6500
HSL218.82º100%50%-
HSV(B)218.82º100%100%-
XYZ21.7114.5396.27-
YUV81.9225.6869.58-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 90 (35.55% from 255) = 26.09%
BLUE value IS 255 (100% from 255) = 73.91%
R=0%
G=26.09%
B=73.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal09025510.6500218.8210050
Hex05AFF644100db6432
Octal01323771441010033314462
Binary01011010111111111100100100000100110110111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005AFF; }

 p { color: rgb(0,90,255); }

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

<style>
 a { background-color: #005AFF; }

 a { background-color: rgb(0,90,255); }

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

<style>
 span { border-color: #005AFF; }

 span { border-color: rgb(0,90,255); }

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