Html Css Color HEX #001580 Navy

📋 copy color: '#001580'

red 0 ◦ green 21 ◦ blue 128

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

Shades of Navy #001580

Tints of Navy #001580

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.09%

 BLUE value IS 128 (50.39% from 255) = 85.91%

R = 0%
G = 14.09%
B = 85.91%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#001580 (or 0x001580) is known color: Navy. HEX triplet: 00, 15 and 80. RGB value is (0,21,128). Sum of RGB (Red+Green+Blue) = 0+21+128=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 128 (50.39% from 255 or 85.91% from 149); Max value from RGB is 128 - color contains mainly: blue. Hex color #001580 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001580 is #FFEA7F. Grayscale: #1A1A1A. Windows color (decimal): -16771712 or 8393984. OLE color: 8393984.

HSL color Cylindrical-coordinate representation of color #001580: hue angle of 230.16º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001580 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 0 21 128 -
CMYK 1 0.84 0 0.50
HSL 230.16º 1% 0.25% -
HSV(B) 230.16º 1% 0.5% -
XYZ 4.16 2.09 20.61 -
YUV 26.92 185.04 108.8 -
System Red Green Blue C M Y K H S L
Decimal 0 21 128 1 0.84 0 0.50 230.16 1 0.25
Hex 0 15 80 64 54 0 32 E6 64 19
Octal 0 25 200 144 124 0 62 346 144 31
Binary 0 10101 10000000 1100100 1010100 0 110010 11100110 1100100 11001

Color Harmonies of #001580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001580

Black with #001580

Text Example


Text Example

White with #001580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001580; }

 p { color: rgb(0,21,128); }

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

background-color css

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

 a { background-color: rgb(0,21,128); }

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

border-color css

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

 span { border-color: rgb(0,21,128); }

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