#081336

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

Shades of Midnight Express #081336

Tints of Midnight Express #081336

Color information

#081336 (or 0x081336) is unknown color: approx Midnight Express. HEX triplet: 08, 13 and 36. RGB value is (8,19,54). Sum of RGB (Red+Green+Blue) = 8+19+54=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 54 (21.48% from 255 or 66.67% from 81); Max value from RGB is 54 - color contains mainly: blue. Hex color #081336 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081336 is #F7ECC9. Grayscale: #131313. Windows color (decimal): -16248010 or 3543816. OLE color: 3543816.

HSL color Cylindrical-coordinate representation of color #081336: hue angle of 225.65º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #081336 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB81954-
CMYK0.850.6500.79
HSL225.65º74.19%12.16%-
HSV(B)225.65º85.19%21.18%-
XYZ10.783.59-
YUV19.7147.36119.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.88%
GREEN value IS 19 (7.81% from 255) = 23.46%
BLUE value IS 54 (21.48% from 255) = 66.67%
R=9.88%
G=23.46%
B=66.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal819540.850.6500.79225.6574.1912.16
Hex81336554104Fe24ac
Octal102366125101011734211214
Binary10001001111011010101011000001010011111110001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081336; }

 p { color: rgb(8,19,54); }

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

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

 a { background-color: rgb(8,19,54); }

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

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

 span { border-color: rgb(8,19,54); }

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