Html Css Color HEX #005ADE Navy Blue

📋 copy color: '#005ADE'

red 0 ◦ green 90 ◦ blue 222

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

Shades of Navy Blue #005ADE

Tints of Navy Blue #005ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 71.15%

R = 0%
G = 28.85%
B = 71.15%

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

#005ADE (or 0x005ADE) is known color: Navy Blue. HEX triplet: 00, 5A and DE. RGB value is (0,90,222). Sum of RGB (Red+Green+Blue) = 0+90+222=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 222 (87.11% from 255 or 71.15% from 312); Max value from RGB is 222 - color contains mainly: blue. Hex color #005ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005ADE is #FFA521. Grayscale: #4D4D4D. Windows color (decimal): -16753954 or 14572032. OLE color: 14572032.

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

Color convert

RGB 0 90 222 -
CMYK 1 0.59 0 0.13
HSL 215.68º 1% 0.44% -
HSV(B) 215.68º 1% 0.87% -
XYZ 16.84 12.59 70.65 -
YUV 78.14 209.18 72.27 -
System Red Green Blue C M Y K H S L
Decimal 0 90 222 1 0.59 0 0.13 215.68 1 0.44
Hex 0 5A DE 64 3B 0 D D8 64 2C
Octal 0 132 336 144 73 0 15 330 144 54
Binary 0 1011010 11011110 1100100 111011 0 1101 11011000 1100100 101100

Color Harmonies of #005ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005ADE

Black with #005ADE

Text Example


Text Example

White with #005ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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