#080551

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

Shades of Midnight Blue #080551

Tints of Midnight Blue #080551

Color information

#080551 (or 0x080551) is unknown color: approx Midnight Blue. HEX triplet: 08, 05 and 51. RGB value is (8,5,81). Sum of RGB (Red+Green+Blue) = 8+5+81=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 81 (32.03% from 255 or 86.17% from 94); Max value from RGB is 81 - color contains mainly: blue. Hex color #080551 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080551 is #F7FAAE. Grayscale: #0E0E0E. Windows color (decimal): -16251567 or 5309704. OLE color: 5309704.

HSL color Cylindrical-coordinate representation of color #080551: hue angle of 242.37º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080551 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB8581-
CMYK0.900.9400.68
HSL242.37º88.37%16.86%-
HSV(B)242.37º93.83%31.76%-
XYZ1.640.757.84-
YUV14.56165.49123.32-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.51%
GREEN value IS 5 (2.34% from 255) = 5.32%
BLUE value IS 81 (32.03% from 255) = 86.17%
R=8.51%
G=5.32%
B=86.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal85810.900.9400.68242.3788.3716.86
Hex85515A5E044f25811
Octal105121132136010436213021
Binary10001011010001101101010111100100010011110010101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080551; }

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

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

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

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

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

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

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

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