Html Css Color HEX #005AE5 Navy Blue

📋 copy color: '#005AE5'

red 0 ◦ green 90 ◦ blue 229

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

Shades of Navy Blue #005AE5

Tints of Navy Blue #005AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 71.79%

R = 0%
G = 28.21%
B = 71.79%

CMYK

 C value IS 1

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#005AE5 (or 0x005AE5) is known color: Navy Blue. HEX triplet: 00, 5A and E5. RGB value is (0,90,229). Sum of RGB (Red+Green+Blue) = 0+90+229=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 229 (89.84% from 255 or 71.79% from 319); Max value from RGB is 229 - color contains mainly: blue. Hex color #005AE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005AE5 is #FFA51A. Grayscale: #4E4E4E. Windows color (decimal): -16753947 or 15030784. OLE color: 15030784.

HSL color Cylindrical-coordinate representation of color #005AE5: hue angle of 216.42º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005AE5 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 0 90 229 -
CMYK 1 0.61 0 0.10
HSL 216.42º 1% 0.45% -
HSV(B) 216.42º 1% 0.9% -
XYZ 17.8 12.97 75.69 -
YUV 78.94 212.68 71.7 -
System Red Green Blue C M Y K H S L
Decimal 0 90 229 1 0.61 0 0.10 216.42 1 0.45
Hex 0 5A E5 64 3D 0 A D8 64 2D
Octal 0 132 345 144 75 0 12 330 144 55
Binary 0 1011010 11100101 1100100 111101 0 1010 11011000 1100100 101101

Color Harmonies of #005AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005AE5

Black with #005AE5

Text Example


Text Example

White with #005AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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