Html Css Color HEX #005ADC Navy Blue

📋 copy color: '#005ADC'

red 0 ◦ green 90 ◦ blue 220

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

Shades of Navy Blue #005ADC

Tints of Navy Blue #005ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 70.97%

R = 0%
G = 29.03%
B = 70.97%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#005ADC (or 0x005ADC) is known color: Navy Blue. HEX triplet: 00, 5A and DC. RGB value is (0,90,220). Sum of RGB (Red+Green+Blue) = 0+90+220=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 220 (86.33% from 255 or 70.97% from 310); Max value from RGB is 220 - color contains mainly: blue. Hex color #005ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005ADC is #FFA523. Grayscale: #4D4D4D. Windows color (decimal): -16753956 or 14440960. OLE color: 14440960.

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

Color convert

RGB 0 90 220 -
CMYK 1 0.59 0 0.14
HSL 215.45º 1% 0.43% -
HSV(B) 215.45º 1% 0.86% -
XYZ 16.57 12.48 69.25 -
YUV 77.91 208.18 72.43 -
System Red Green Blue C M Y K H S L
Decimal 0 90 220 1 0.59 0 0.14 215.45 1 0.43
Hex 0 5A DC 64 3B 0 E D7 64 2B
Octal 0 132 334 144 73 0 16 327 144 53
Binary 0 1011010 11011100 1100100 111011 0 1110 11010111 1100100 101011

Color Harmonies of #005ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005ADC

Black with #005ADC

Text Example


Text Example

White with #005ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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