#080D46

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

Shades of Midnight Express #080D46

Tints of Midnight Express #080D46

Color information

#080D46 (or 0x080D46) is unknown color: approx Midnight Express. HEX triplet: 08, 0D and 46. RGB value is (8,13,70). Sum of RGB (Red+Green+Blue) = 8+13+70=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 13 (5.47% from 255 or 14.29% from 91); Blue value is 70 (27.73% from 255 or 76.92% from 91); Max value from RGB is 70 - color contains mainly: blue. Hex color #080D46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D46 is #F7F2B9. Grayscale: #111111. Windows color (decimal): -16249530 or 4590856. OLE color: 4590856.

HSL color Cylindrical-coordinate representation of color #080D46: hue angle of 235.16º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #080D46 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB81370-
CMYK0.890.8100.73
HSL235.16º79.49%15.29%-
HSV(B)235.16º88.57%27.45%-
XYZ1.350.785.87-
YUV18157.34120.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.79%
GREEN value IS 13 (5.47% from 255) = 14.29%
BLUE value IS 70 (27.73% from 255) = 76.92%
R=8.79%
G=14.29%
B=76.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal813700.890.8100.73235.1679.4915.29
Hex8D465951049eb4ff
Octal1015106131121011135311717
Binary10001101100011010110011010001010010011110101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080D46; }

 p { color: rgb(8,13,70); }

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

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

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

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

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

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

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