Html Css Color HEX #005AFA Navy Blue

📋 copy color: '#005AFA'

red 0 ◦ green 90 ◦ blue 250

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

Shades of Navy Blue #005AFA

Tints of Navy Blue #005AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 73.53%

R = 0%
G = 26.47%
B = 73.53%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#005AFA (or 0x005AFA) is known color: Navy Blue. HEX triplet: 00, 5A and FA. RGB value is (0,90,250). Sum of RGB (Red+Green+Blue) = 0+90+250=340 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 250 (98.05% from 255 or 73.53% from 340); Max value from RGB is 250 - color contains mainly: blue. Hex color #005AFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005AFA is #FFA505. Grayscale: #505050. Windows color (decimal): -16753926 or 16407040. OLE color: 16407040.

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

Color convert

RGB 0 90 250 -
CMYK 1 0.64 0 0.02
HSL 218.4º 1% 0.49% -
HSV(B) 218.4º 1% 0.98% -
XYZ 20.91 14.21 92.08 -
YUV 81.33 223.18 69.99 -
System Red Green Blue C M Y K H S L
Decimal 0 90 250 1 0.64 0 0.02 218.4 1 0.49
Hex 0 5A FA 64 40 0 2 DA 64 31
Octal 0 132 372 144 100 0 2 332 144 61
Binary 0 1011010 11111010 1100100 1000000 0 10 11011010 1100100 110001

Color Harmonies of #005AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005AFA

Black with #005AFA

Text Example


Text Example

White with #005AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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