#081D48

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

Shades of Midnight Express #081D48

Tints of Midnight Express #081D48

Color information

#081D48 (or 0x081D48) is unknown color: approx Midnight Express. HEX triplet: 08, 1D and 48. RGB value is (8,29,72). Sum of RGB (Red+Green+Blue) = 8+29+72=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 72 (28.52% from 255 or 66.06% from 109); Max value from RGB is 72 - color contains mainly: blue. Hex color #081D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081D48 is #F7E2B7. Grayscale: #1B1B1B. Windows color (decimal): -16245432 or 4726024. OLE color: 4726024.

HSL color Cylindrical-coordinate representation of color #081D48: hue angle of 220.31º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #081D48 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB82972-
CMYK0.890.6000.72
HSL220.31º80%15.69%-
HSV(B)220.31º88.89%28.24%-
XYZ1.711.46.31-
YUV27.62153.04114-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.34%
GREEN value IS 29 (11.72% from 255) = 26.61%
BLUE value IS 72 (28.52% from 255) = 66.06%
R=7.34%
G=26.61%
B=66.06%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal829720.890.6000.72220.318015.69
Hex81D48593C048dc5010
Octal103511013174011033412020
Binary100011101100100010110011111000100100011011100101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081D48; }

 p { color: rgb(8,29,72); }

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

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

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

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

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

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

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