#081538

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

Shades of Midnight Express #081538

Tints of Midnight Express #081538

Color information

#081538 (or 0x081538) is unknown color: approx Midnight Express. HEX triplet: 08, 15 and 38. RGB value is (8,21,56). Sum of RGB (Red+Green+Blue) = 8+21+56=85 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.41% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 56 (22.27% from 255 or 65.88% from 85); Max value from RGB is 56 - color contains mainly: blue. Hex color #081538 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081538 is #F7EAC7. Grayscale: #141414. Windows color (decimal): -16247496 or 3675400. OLE color: 3675400.

HSL color Cylindrical-coordinate representation of color #081538: hue angle of 223.75º 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 #081538 is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB82156-
CMYK0.860.6300.78
HSL223.75º75%12.55%-
HSV(B)223.75º85.71%21.96%-
XYZ1.080.873.85-
YUV21.1147.69118.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.41%
GREEN value IS 21 (8.59% from 255) = 24.71%
BLUE value IS 56 (22.27% from 255) = 65.88%
R=9.41%
G=24.71%
B=65.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal821560.860.6300.78223.757512.55
Hex81538563F04Ee04bd
Octal10257012677011634011315
Binary1000101011110001010110111111010011101110000010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081538; }

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

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

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

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

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

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

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

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