Html Css Color HEX #000580 Navy

📋 copy color: '#000580'

red 0 ◦ green 5 ◦ blue 128

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

Shades of Navy #000580

Tints of Navy #000580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.76%

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

R = 0%
G = 3.76%
B = 96.24%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#000580 (or 0x000580) is known color: Navy. HEX triplet: 00, 05 and 80. RGB value is (0,5,128). Sum of RGB (Red+Green+Blue) = 0+5+128=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 128 (50.39% from 255 or 96.24% from 133); Max value from RGB is 128 - color contains mainly: blue. Hex color #000580 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000580 is #FFFA7F. Grayscale: #111111. Windows color (decimal): -16775808 or 8389888. OLE color: 8389888.

HSL color Cylindrical-coordinate representation of color #000580: hue angle of 237.66º 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 #000580 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 0 5 128 -
CMYK 1 0.96 0 0.50
HSL 237.66º 1% 0.25% -
HSV(B) 237.66º 1% 0.5% -
XYZ 3.95 1.67 20.54 -
YUV 17.53 190.34 115.5 -
System Red Green Blue C M Y K H S L
Decimal 0 5 128 1 0.96 0 0.50 237.66 1 0.25
Hex 0 5 80 64 60 0 32 EE 64 19
Octal 0 5 200 144 140 0 62 356 144 31
Binary 0 101 10000000 1100100 1100000 0 110010 11101110 1100100 11001

Color Harmonies of #000580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000580

Black with #000580

Text Example


Text Example

White with #000580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000580; }

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

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

background-color css

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

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

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

border-color css

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

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

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