#081A47

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

Shades of Midnight Express #081A47

Tints of Midnight Express #081A47

Color information

#081A47 (or 0x081A47) is unknown color: approx Midnight Express. HEX triplet: 08, 1A and 47. RGB value is (8,26,71). Sum of RGB (Red+Green+Blue) = 8+26+71=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 26 (10.55% from 255 or 24.76% from 105); Blue value is 71 (28.12% from 255 or 67.62% from 105); Max value from RGB is 71 - color contains mainly: blue. Hex color #081A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081A47 is #F7E5B8. Grayscale: #191919. Windows color (decimal): -16246201 or 4659720. OLE color: 4659720.

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

Color convert

RGB82671-
CMYK0.890.6300.72
HSL222.86º79.75%15.49%-
HSV(B)222.86º88.73%27.84%-
XYZ1.611.256.12-
YUV25.75153.54115.34-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.62%
GREEN value IS 26 (10.55% from 255) = 24.76%
BLUE value IS 71 (28.12% from 255) = 67.62%
R=7.62%
G=24.76%
B=67.62%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal826710.890.6300.72222.8679.7515.49
Hex81A47593F048df50f
Octal103210713177011033712017
Binary10001101010001111011001111111010010001101111110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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