#080554

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

Shades of Midnight Blue #080554

Tints of Midnight Blue #080554

Color information

#080554 (or 0x080554) is unknown color: approx Midnight Blue. HEX triplet: 08, 05 and 54. RGB value is (8,5,84). Sum of RGB (Red+Green+Blue) = 8+5+84=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 84 (33.20% from 255 or 86.60% from 97); Max value from RGB is 84 - color contains mainly: blue. Hex color #080554 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080554 is #F7FAAB. Grayscale: #0E0E0E. Windows color (decimal): -16251564 or 5506312. OLE color: 5506312.

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

Color convert

RGB8584-
CMYK0.900.9400.67
HSL242.28º88.76%17.45%-
HSV(B)242.28º94.05%32.94%-
XYZ1.750.88.45-
YUV14.9166.99123.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.25%
GREEN value IS 5 (2.34% from 255) = 5.15%
BLUE value IS 84 (33.20% from 255) = 86.60%
R=8.25%
G=5.15%
B=86.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85840.900.9400.67242.2888.7617.45
Hex85545A5E043f25911
Octal105124132136010336213121
Binary10001011010100101101010111100100001111110010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080554; }

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

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

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

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

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

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

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

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