Html Css Color HEX #005AFF Navy Blue

📋 copy color: '#005AFF'

red 0 ◦ green 90 ◦ blue 255

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

Shades of Navy Blue #005AFF

Tints of Navy Blue #005AFF

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 value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#005AFF (or 0x005AFF) is known color: 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

RGB 0 90 255 -
CMYK 1 0.65 0 0
HSL 218.82º 1% 0.5% -
HSV(B) 218.82º 1% 1% -
XYZ 21.71 14.53 96.27 -
YUV 81.9 225.68 69.58 -
System Red Green Blue C M Y K H S L
Decimal 0 90 255 1 0.65 0 0 218.82 1 0.5
Hex 0 5A FF 64 41 0 0 DB 64 32
Octal 0 132 377 144 101 0 0 333 144 62
Binary 0 1011010 11111111 1100100 1000001 0 0 11011011 1100100 110010

Color Harmonies of #005AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005AFF

Black with #005AFF

Text Example


Text Example

White with #005AFF

Text Example


Text Example

HTML Codes & Css Web 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>