#000582

Color #000582 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #000582

Tints of Navy #000582

Color information

#000582 (or 0x000582) is unknown color: approx Navy. HEX triplet: 00, 05 and 82. RGB value is (0,5,130). Sum of RGB (Red+Green+Blue) = 0+5+130=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 130 (51.17% from 255 or 96.30% from 135); Max value from RGB is 130 - color contains mainly: blue. Hex color #000582 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000582 is #FFFA7D. Grayscale: #111111. Windows color (decimal): -16775806 or 8520960. OLE color: 8520960.

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

Color convert

RGB05130-
CMYK10.9600.49
HSL237.69º100%25.49%-
HSV(B)237.69º100%50.98%-
XYZ4.081.7221.24-
YUV17.76191.34115.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 5 (2.34% from 255) = 3.70%
BLUE value IS 130 (51.17% from 255) = 96.30%
R=0%
G=3.70%
B=96.30%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal0513010.9600.49237.6910025.49
Hex05826460031ee6419
Octal0520214414006135614431
Binary01011000001011001001100000011000111101110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000582; }

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

 H1.HeaderClassName
 {
   color: #000582;
 }
 .AnyTagClassName
 {
   color: #000582;
 }
</style>
background-color css

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

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

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

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

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

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