Html Css Color HEX #005AFD Navy Blue

📋 copy color: '#005AFD'

red 0 ◦ green 90 ◦ blue 253

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

Shades of Navy Blue #005AFD

Tints of Navy Blue #005AFD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 90 (35.55% from 255) = 26.24%

 BLUE value IS 253 (99.22% from 255) = 73.76%

R = 0%
G = 26.24%
B = 73.76%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#005AFD (or 0x005AFD) is known color: Navy Blue. HEX triplet: 00, 5A and FD. RGB value is (0,90,253). Sum of RGB (Red+Green+Blue) = 0+90+253=343 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 253 (99.22% from 255 or 73.76% from 343); Max value from RGB is 253 - color contains mainly: blue. Hex color #005AFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005AFD is #FFA502. Grayscale: #505050. Windows color (decimal): -16753923 or 16603648. OLE color: 16603648.

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

Color convert

RGB 0 90 253 -
CMYK 1 0.64 0 0.01
HSL 218.66º 1% 0.5% -
HSV(B) 218.66º 1% 0.99% -
XYZ 21.39 14.4 94.58 -
YUV 81.67 224.68 69.75 -
System Red Green Blue C M Y K H S L
Decimal 0 90 253 1 0.64 0 0.01 218.66 1 0.5
Hex 0 5A FD 64 40 0 1 DB 64 32
Octal 0 132 375 144 100 0 1 333 144 62
Binary 0 1011010 11111101 1100100 1000000 0 1 11011011 1100100 110010

Color Harmonies of #005AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005AFD

Black with #005AFD

Text Example


Text Example

White with #005AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #005AFD;
 }
 .AnyTagClassName
 {
   color: #005AFD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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