#081247

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

Shades of Midnight Express #081247

Tints of Midnight Express #081247

Color information

#081247 (or 0x081247) is unknown color: approx Midnight Express. HEX triplet: 08, 12 and 47. RGB value is (8,18,71). Sum of RGB (Red+Green+Blue) = 8+18+71=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 18 (7.42% from 255 or 18.56% from 97); Blue value is 71 (28.12% from 255 or 73.20% from 97); Max value from RGB is 71 - color contains mainly: blue. Hex color #081247 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081247 is #F7EDB8. Grayscale: #141414. Windows color (decimal): -16248249 or 4657672. OLE color: 4657672.

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

Color convert

RGB81871-
CMYK0.890.7500.72
HSL230.48º79.75%15.49%-
HSV(B)230.48º88.73%27.84%-
XYZ1.450.946.07-
YUV21.05156.19118.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.25%
GREEN value IS 18 (7.42% from 255) = 18.56%
BLUE value IS 71 (28.12% from 255) = 73.20%
R=8.25%
G=18.56%
B=73.20%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal818710.890.7500.72230.4879.7515.49
Hex81247594B048e650f
Octal1022107131113011034612017
Binary100010010100011110110011001011010010001110011010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081247; }

 p { color: rgb(8,18,71); }

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

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

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

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

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

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

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