#08193F

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

Shades of Midnight Express #08193F

Tints of Midnight Express #08193F

Color information

#08193F (or 0x08193F) is unknown color: approx Midnight Express. HEX triplet: 08, 19 and 3F. RGB value is (8,25,63). Sum of RGB (Red+Green+Blue) = 8+25+63=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 63 (25% from 255 or 65.62% from 96); Max value from RGB is 63 - color contains mainly: blue. Hex color #08193F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08193F is #F7E6C0. Grayscale: #181818. Windows color (decimal): -16246465 or 4135176. OLE color: 4135176.

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

Color convert

RGB82563-
CMYK0.870.6000.75
HSL221.45º77.46%13.92%-
HSV(B)221.45º87.3%24.71%-
XYZ1.341.114.85-
YUV24.25149.87116.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.33%
GREEN value IS 25 (10.16% from 255) = 26.04%
BLUE value IS 63 (25% from 255) = 65.62%
R=8.33%
G=26.04%
B=65.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal825630.870.6000.75221.4577.4613.92
Hex8193F573C04Bdd4de
Octal10317712774011333511516
Binary1000110011111111010111111100010010111101110110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08193F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08193F; }

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

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

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

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

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

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

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

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