#081B3C

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

Shades of Midnight Express #081B3C

Tints of Midnight Express #081B3C

Color information

#081B3C (or 0x081B3C) is unknown color: approx Midnight Express. HEX triplet: 08, 1B and 3C. RGB value is (8,27,60). Sum of RGB (Red+Green+Blue) = 8+27+60=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 60 (23.83% from 255 or 63.16% from 95); Max value from RGB is 60 - color contains mainly: blue. Hex color #081B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081B3C is #F7E4C3. Grayscale: #181818. Windows color (decimal): -16245956 or 3939080. OLE color: 3939080.

HSL color Cylindrical-coordinate representation of color #081B3C: hue angle of 218.08º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #081B3C is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB82760-
CMYK0.870.5500.76
HSL218.08º76.47%13.33%-
HSV(B)218.08º86.67%23.53%-
XYZ1.311.164.43-
YUV25.08147.71115.82-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.42%
GREEN value IS 27 (10.94% from 255) = 28.42%
BLUE value IS 60 (23.83% from 255) = 63.16%
R=8.42%
G=28.42%
B=63.16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal827600.870.5500.76218.0876.4713.33
Hex81B3C573704Cda4cd
Octal10337412767011433211415
Binary1000110111111001010111110111010011001101101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,27,60); }

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

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

 a { background-color: rgb(8,27,60); }

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

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

 span { border-color: rgb(8,27,60); }

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