Html Css Color HEX #005AFE Navy Blue

📋 copy color: '#005AFE'

red 0 ◦ green 90 ◦ blue 254

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

Shades of Navy Blue #005AFE

Tints of Navy Blue #005AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 73.84%

R = 0%
G = 26.16%
B = 73.84%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#005AFE (or 0x005AFE) is known color: Navy Blue. HEX triplet: 00, 5A and FE. RGB value is (0,90,254). Sum of RGB (Red+Green+Blue) = 0+90+254=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 254 (99.61% from 255 or 73.84% from 344); Max value from RGB is 254 - color contains mainly: blue. Hex color #005AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005AFE is #FFA501. Grayscale: #515151. Windows color (decimal): -16753922 or 16669184. OLE color: 16669184.

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

Color convert

RGB 0 90 254 -
CMYK 1 0.65 0 0.00
HSL 218.74º 1% 0.5% -
HSV(B) 218.74º 1% 1% -
XYZ 21.55 14.47 95.42 -
YUV 81.79 225.18 69.66 -
System Red Green Blue C M Y K H S L
Decimal 0 90 254 1 0.65 0 0.00 218.74 1 0.5
Hex 0 5A FE 64 41 0 0 DB 64 32
Octal 0 132 376 144 101 0 0 333 144 62
Binary 0 1011010 11111110 1100100 1000001 0 0 11011011 1100100 110010

Color Harmonies of #005AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005AFE

Black with #005AFE

Text Example


Text Example

White with #005AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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