#080656

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

Shades of Midnight Blue #080656

Tints of Midnight Blue #080656

Color information

#080656 (or 0x080656) is unknown color: approx Midnight Blue. HEX triplet: 08, 06 and 56. RGB value is (8,6,86). Sum of RGB (Red+Green+Blue) = 8+6+86=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 86 (33.98% from 255 or 86% from 100); Max value from RGB is 86 - color contains mainly: blue. Hex color #080656 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080656 is #F7F9A9. Grayscale: #0F0F0F. Windows color (decimal): -16251306 or 5637640. OLE color: 5637640.

HSL color Cylindrical-coordinate representation of color #080656: hue angle of 241.5º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080656 is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB8686-
CMYK0.910.9300.66
HSL241.5º86.96%18.04%-
HSV(B)241.5º93.02%33.73%-
XYZ1.840.858.87-
YUV15.72167.66122.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8%
GREEN value IS 6 (2.73% from 255) = 6%
BLUE value IS 86 (33.98% from 255) = 86%
R=8%
G=6%
B=86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86860.910.9300.66241.586.9618.04
Hex86565B5D042f25712
Octal106126133135010236212722
Binary10001101010110101101110111010100001011110010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080656; }

 p { color: rgb(8,6,86); }

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

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

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

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

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

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

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