#080859

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

Shades of Midnight Blue #080859

Tints of Midnight Blue #080859

Color information

#080859 (or 0x080859) is unknown color: approx Midnight Blue. HEX triplet: 08, 08 and 59. RGB value is (8,8,89). Sum of RGB (Red+Green+Blue) = 8+8+89=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 89 (35.16% from 255 or 84.76% from 105); Max value from RGB is 89 - color contains mainly: blue. Hex color #080859 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080859 is #F7F7A6. Grayscale: #101010. Windows color (decimal): -16250791 or 5834760. OLE color: 5834760.

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

Color convert

RGB8889-
CMYK0.910.9100.65
HSL240º83.51%19.02%-
HSV(B)240º91.01%34.9%-
XYZ1.990.959.53-
YUV17.23168.5121.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.62%
GREEN value IS 8 (3.52% from 255) = 7.62%
BLUE value IS 89 (35.16% from 255) = 84.76%
R=7.62%
G=7.62%
B=84.76%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88890.910.9100.6524083.5119.02
Hex88595B5B041f05413
Octal1010131133133010136012423
Binary100010001011001101101110110110100000111110000101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080859; }

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

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

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

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

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

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

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

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