#080563

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

Shades of Midnight Blue #080563

Tints of Midnight Blue #080563

Color information

#080563 (or 0x080563) is unknown color: approx Midnight Blue. HEX triplet: 08, 05 and 63. RGB value is (8,5,99). Sum of RGB (Red+Green+Blue) = 8+5+99=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 99 (39.06% from 255 or 88.39% from 112); Max value from RGB is 99 - color contains mainly: blue. Hex color #080563 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080563 is #F7FA9C. Grayscale: #101010. Windows color (decimal): -16251549 or 6489352. OLE color: 6489352.

HSL color Cylindrical-coordinate representation of color #080563: hue angle of 241.91º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #080563 is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8599-
CMYK0.920.9500.61
HSL241.91º90.38%20.39%-
HSV(B)241.91º94.95%38.82%-
XYZ2.411.0611.88-
YUV16.61174.49121.86-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.14%
GREEN value IS 5 (2.34% from 255) = 4.46%
BLUE value IS 99 (39.06% from 255) = 88.39%
R=7.14%
G=4.46%
B=88.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal85990.920.9500.61241.9190.3820.39
Hex85635C5F03Df25a14
Octal10514313413707536213224
Binary1000101110001110111001011111011110111110010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080563; }

 p { color: rgb(8,5,99); }

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

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

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

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

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

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

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