#080854

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

Shades of Midnight Blue #080854

Tints of Midnight Blue #080854

Color information

#080854 (or 0x080854) is unknown color: approx Midnight Blue. HEX triplet: 08, 08 and 54. RGB value is (8,8,84). Sum of RGB (Red+Green+Blue) = 8+8+84=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 8 (3.52% from 255 or 8% from 100); Blue value is 84 (33.20% from 255 or 84% from 100); Max value from RGB is 84 - color contains mainly: blue. Hex color #080854 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080854 is #F7F7AB. Grayscale: #101010. Windows color (decimal): -16250796 or 5507080. OLE color: 5507080.

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

Color convert

RGB8884-
CMYK0.900.9000.67
HSL240º82.61%18.04%-
HSV(B)240º90.48%32.94%-
XYZ1.790.878.46-
YUV16.66166121.82-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8%
GREEN value IS 8 (3.52% from 255) = 8%
BLUE value IS 84 (33.20% from 255) = 84%
R=8%
G=8%
B=84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal88840.900.9000.6724082.6118.04
Hex88545A5A043f05312
Octal1010124132132010336012322
Binary100010001010100101101010110100100001111110000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080854; }

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

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

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

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

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

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

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

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