#081448

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

Shades of Midnight Express #081448

Tints of Midnight Express #081448

Color information

#081448 (or 0x081448) is unknown color: approx Midnight Express. HEX triplet: 08, 14 and 48. RGB value is (8,20,72). Sum of RGB (Red+Green+Blue) = 8+20+72=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 72 (28.52% from 255 or 72% from 100); Max value from RGB is 72 - color contains mainly: blue. Hex color #081448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081448 is #F7EBB7. Grayscale: #161616. Windows color (decimal): -16247736 or 4723720. OLE color: 4723720.

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

Color convert

RGB82072-
CMYK0.890.7200.72
HSL228.75º80%15.69%-
HSV(B)228.75º88.89%28.24%-
XYZ1.521.026.25-
YUV22.34156.02117.77-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8%
GREEN value IS 20 (8.20% from 255) = 20%
BLUE value IS 72 (28.52% from 255) = 72%
R=8%
G=20%
B=72%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal820720.890.7200.72228.758015.69
Hex814485948048e55010
Octal1024110131110011034512020
Binary1000101001001000101100110010000100100011100101101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081448; }

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

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

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

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

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

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

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

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