Html Css Color HEX #005ACD Navy Blue

📋 copy color: '#005ACD'

red 0 ◦ green 90 ◦ blue 205

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

Shades of Navy Blue #005ACD

Tints of Navy Blue #005ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 69.49%

R = 0%
G = 30.51%
B = 69.49%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#005ACD (or 0x005ACD) is known color: Navy Blue. HEX triplet: 00, 5A and CD. RGB value is (0,90,205). Sum of RGB (Red+Green+Blue) = 0+90+205=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 205 (80.47% from 255 or 69.49% from 295); Max value from RGB is 205 - color contains mainly: blue. Hex color #005ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005ACD is #FFA532. Grayscale: #4B4B4B. Windows color (decimal): -16753971 or 13457920. OLE color: 13457920.

HSL color Cylindrical-coordinate representation of color #005ACD: hue angle of 213.66º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005ACD is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 90 205 -
CMYK 1 0.56 0 0.20
HSL 213.66º 1% 0.4% -
HSV(B) 213.66º 1% 0.8% -
XYZ 14.68 11.72 59.25 -
YUV 76.2 200.68 73.65 -
System Red Green Blue C M Y K H S L
Decimal 0 90 205 1 0.56 0 0.20 213.66 1 0.4
Hex 0 5A CD 64 38 0 14 D6 64 28
Octal 0 132 315 144 70 0 24 326 144 50
Binary 0 1011010 11001101 1100100 111000 0 10100 11010110 1100100 101000

Color Harmonies of #005ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005ACD

Black with #005ACD

Text Example


Text Example

White with #005ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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