Html Css Color HEX #005AFB Navy Blue

📋 copy color: '#005AFB'

red 0 ◦ green 90 ◦ blue 251

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

Shades of Navy Blue #005AFB

Tints of Navy Blue #005AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 73.61%

R = 0%
G = 26.39%
B = 73.61%

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

#005AFB (or 0x005AFB) is known color: Navy Blue. HEX triplet: 00, 5A and FB. RGB value is (0,90,251). Sum of RGB (Red+Green+Blue) = 0+90+251=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 251 (98.44% from 255 or 73.61% from 341); Max value from RGB is 251 - color contains mainly: blue. Hex color #005AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005AFB is #FFA504. Grayscale: #505050. Windows color (decimal): -16753925 or 16472576. OLE color: 16472576.

HSL color Cylindrical-coordinate representation of color #005AFB: hue angle of 218.49º 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 #005AFB is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 90 251 -
CMYK 1 0.64 0 0.02
HSL 218.49º 1% 0.49% -
HSV(B) 218.49º 1% 0.98% -
XYZ 21.07 14.28 92.91 -
YUV 81.44 223.68 69.91 -
System Red Green Blue C M Y K H S L
Decimal 0 90 251 1 0.64 0 0.02 218.49 1 0.49
Hex 0 5A FB 64 40 0 2 DA 64 31
Octal 0 132 373 144 100 0 2 332 144 61
Binary 0 1011010 11111011 1100100 1000000 0 10 11011010 1100100 110001

Color Harmonies of #005AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005AFB

Black with #005AFB

Text Example


Text Example

White with #005AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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