#080059

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

Shades of Midnight Blue #080059

Tints of Midnight Blue #080059

Color information

#080059 (or 0x080059) is unknown color: approx Midnight Blue. HEX triplet: 08, 00 and 59. RGB value is (8,0,89). Sum of RGB (Red+Green+Blue) = 8+0+89=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 89 (35.16% from 255 or 91.75% from 97); Max value from RGB is 89 - color contains mainly: blue. Hex color #080059 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080059 is #F7FFA6. Grayscale: #0C0C0C. Windows color (decimal): -16252839 or 5832712. OLE color: 5832712.

HSL color Cylindrical-coordinate representation of color #080059: hue angle of 245.39º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080059 is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB8089-
CMYK0.91100.65
HSL245.39º100%17.45%-
HSV(B)245.39º100%34.9%-
XYZ1.90.779.5-
YUV12.54171.15124.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 89 (35.16% from 255) = 91.75%
R=8.25%
G=0%
B=91.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal80890.91100.65245.3910017.45
Hex80595B64041f56411
Octal100131133144010136514421
Binary100001011001101101111001000100000111110101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080059; }

 p { color: rgb(8,0,89); }

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

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

 a { background-color: rgb(8,0,89); }

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

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

 span { border-color: rgb(8,0,89); }

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