#081A3F

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

Shades of Midnight Express #081A3F

Tints of Midnight Express #081A3F

Color information

#081A3F (or 0x081A3F) is unknown color: approx Midnight Express. HEX triplet: 08, 1A and 3F. RGB value is (8,26,63). Sum of RGB (Red+Green+Blue) = 8+26+63=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 63 (25% from 255 or 64.95% from 97); Max value from RGB is 63 - color contains mainly: blue. Hex color #081A3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081A3F is #F7E5C0. Grayscale: #181818. Windows color (decimal): -16246209 or 4135432. OLE color: 4135432.

HSL color Cylindrical-coordinate representation of color #081A3F: hue angle of 220.36º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #081A3F is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB82663-
CMYK0.870.5900.75
HSL220.36º77.46%13.92%-
HSV(B)220.36º87.3%24.71%-
XYZ1.371.154.85-
YUV24.84149.54115.99-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.25%
GREEN value IS 26 (10.55% from 255) = 26.80%
BLUE value IS 63 (25% from 255) = 64.95%
R=8.25%
G=26.80%
B=64.95%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal826630.870.5900.75220.3677.4613.92
Hex81A3F573B04Bdc4de
Octal10327712773011333411516
Binary1000110101111111010111111011010010111101110010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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