#081B38

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

Shades of Midnight Express #081B38

Tints of Midnight Express #081B38

Color information

#081B38 (or 0x081B38) is unknown color: approx Midnight Express. HEX triplet: 08, 1B and 38. RGB value is (8,27,56). Sum of RGB (Red+Green+Blue) = 8+27+56=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 56 (22.27% from 255 or 61.54% from 91); Max value from RGB is 56 - color contains mainly: blue. Hex color #081B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081B38 is #F7E4C7. Grayscale: #181818. Windows color (decimal): -16245960 or 3676936. OLE color: 3676936.

HSL color Cylindrical-coordinate representation of color #081B38: hue angle of 216.25º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #081B38 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB82756-
CMYK0.860.5200.78
HSL216.25º75%12.55%-
HSV(B)216.25º85.71%21.96%-
XYZ1.211.123.89-
YUV24.62145.71116.14-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.79%
GREEN value IS 27 (10.94% from 255) = 29.67%
BLUE value IS 56 (22.27% from 255) = 61.54%
R=8.79%
G=29.67%
B=61.54%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal827560.860.5200.78216.257512.55
Hex81B38563404Ed84bd
Octal10337012664011633011315
Binary1000110111110001010110110100010011101101100010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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