Html Css Color HEX #005ADD Navy Blue

📋 copy color: '#005ADD'

red 0 ◦ green 90 ◦ blue 221

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

Shades of Navy Blue #005ADD

Tints of Navy Blue #005ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 71.06%

R = 0%
G = 28.94%
B = 71.06%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#005ADD (or 0x005ADD) is known color: Navy Blue. HEX triplet: 00, 5A and DD. RGB value is (0,90,221). Sum of RGB (Red+Green+Blue) = 0+90+221=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 221 (86.72% from 255 or 71.06% from 311); Max value from RGB is 221 - color contains mainly: blue. Hex color #005ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005ADD is #FFA522. Grayscale: #4D4D4D. Windows color (decimal): -16753955 or 14506496. OLE color: 14506496.

HSL color Cylindrical-coordinate representation of color #005ADD: hue angle of 215.57º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005ADD is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 90 221 -
CMYK 1 0.59 0 0.13
HSL 215.57º 1% 0.43% -
HSV(B) 215.57º 1% 0.87% -
XYZ 16.71 12.53 69.95 -
YUV 78.02 208.68 72.35 -
System Red Green Blue C M Y K H S L
Decimal 0 90 221 1 0.59 0 0.13 215.57 1 0.43
Hex 0 5A DD 64 3B 0 D D8 64 2B
Octal 0 132 335 144 73 0 15 330 144 53
Binary 0 1011010 11011101 1100100 111011 0 1101 11011000 1100100 101011

Color Harmonies of #005ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005ADD

Black with #005ADD

Text Example


Text Example

White with #005ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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