#081446

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

Shades of Midnight Express #081446

Tints of Midnight Express #081446

Color information

#081446 (or 0x081446) is unknown color: approx Midnight Express. HEX triplet: 08, 14 and 46. RGB value is (8,20,70). Sum of RGB (Red+Green+Blue) = 8+20+70=98 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.16% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 70 (27.73% from 255 or 71.43% from 98); Max value from RGB is 70 - color contains mainly: blue. Hex color #081446 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081446 is #F7EBB9. Grayscale: #151515. Windows color (decimal): -16247738 or 4592648. OLE color: 4592648.

HSL color Cylindrical-coordinate representation of color #081446: hue angle of 228.39º 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 #081446 is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB82070-
CMYK0.890.7100.73
HSL228.39º79.49%15.29%-
HSV(B)228.39º88.57%27.45%-
XYZ1.460.995.91-
YUV22.11155.02117.93-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.16%
GREEN value IS 20 (8.20% from 255) = 20.41%
BLUE value IS 70 (27.73% from 255) = 71.43%
R=8.16%
G=20.41%
B=71.43%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal820700.890.7100.73228.3979.4915.29
Hex814465947049e44ff
Octal1024106131107011134411717
Binary100010100100011010110011000111010010011110010010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081446; }

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

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

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

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

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

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

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

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