#08113F

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

Shades of Midnight Express #08113F

Tints of Midnight Express #08113F

Color information

#08113F (or 0x08113F) is unknown color: approx Midnight Express. HEX triplet: 08, 11 and 3F. RGB value is (8,17,63). Sum of RGB (Red+Green+Blue) = 8+17+63=88 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.09% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 63 (25% from 255 or 71.59% from 88); Max value from RGB is 63 - color contains mainly: blue. Hex color #08113F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08113F is #F7EEC0. Grayscale: #131313. Windows color (decimal): -16248513 or 4133128. OLE color: 4133128.

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

Color convert

RGB81763-
CMYK0.870.7300.75
HSL230.18º77.46%13.92%-
HSV(B)230.18º87.3%24.71%-
XYZ1.20.814.8-
YUV19.55152.52119.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.09%
GREEN value IS 17 (7.03% from 255) = 19.32%
BLUE value IS 63 (25% from 255) = 71.59%
R=9.09%
G=19.32%
B=71.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal817630.870.7300.75230.1877.4613.92
Hex8113F574904Be64de
Octal102177127111011334611516
Binary10001000111111110101111001001010010111110011010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08113F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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