#081C3F

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

Shades of Midnight Express #081C3F

Tints of Midnight Express #081C3F

Color information

#081C3F (or 0x081C3F) is unknown color: approx Midnight Express. HEX triplet: 08, 1C and 3F. RGB value is (8,28,63). Sum of RGB (Red+Green+Blue) = 8+28+63=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 28 (11.33% from 255 or 28.28% from 99); Blue value is 63 (25% from 255 or 63.64% from 99); Max value from RGB is 63 - color contains mainly: blue. Hex color #081C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081C3F is #F7E3C0. Grayscale: #191919. Windows color (decimal): -16245697 or 4135944. OLE color: 4135944.

HSL color Cylindrical-coordinate representation of color #081C3F: hue angle of 218.18º 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 #081C3F is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB82863-
CMYK0.870.5600.75
HSL218.18º77.46%13.92%-
HSV(B)218.18º87.3%24.71%-
XYZ1.411.244.87-
YUV26.01148.87115.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.08%
GREEN value IS 28 (11.33% from 255) = 28.28%
BLUE value IS 63 (25% from 255) = 63.64%
R=8.08%
G=28.28%
B=63.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal828630.870.5600.75218.1877.4613.92
Hex81C3F573804Bda4de
Octal10347712770011333211516
Binary1000111001111111010111111000010010111101101010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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