Html Css Color HEX #005AED Navy Blue

📋 copy color: '#005AED'

red 0 ◦ green 90 ◦ blue 237

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

Shades of Navy Blue #005AED

Tints of Navy Blue #005AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 72.48%

R = 0%
G = 27.52%
B = 72.48%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#005AED (or 0x005AED) is known color: Navy Blue. HEX triplet: 00, 5A and ED. RGB value is (0,90,237). Sum of RGB (Red+Green+Blue) = 0+90+237=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 237 (92.97% from 255 or 72.48% from 327); Max value from RGB is 237 - color contains mainly: blue. Hex color #005AED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005AED is #FFA512. Grayscale: #4F4F4F. Windows color (decimal): -16753939 or 15555072. OLE color: 15555072.

HSL color Cylindrical-coordinate representation of color #005AED: hue angle of 217.22º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005AED is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 90 237 -
CMYK 1 0.62 0 0.07
HSL 217.22º 1% 0.46% -
HSV(B) 217.22º 1% 0.93% -
XYZ 18.94 13.43 81.71 -
YUV 79.85 216.68 71.05 -
System Red Green Blue C M Y K H S L
Decimal 0 90 237 1 0.62 0 0.07 217.22 1 0.46
Hex 0 5A ED 64 3E 0 7 D9 64 2E
Octal 0 132 355 144 76 0 7 331 144 56
Binary 0 1011010 11101101 1100100 111110 0 111 11011001 1100100 101110

Color Harmonies of #005AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005AED

Black with #005AED

Text Example


Text Example

White with #005AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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