#08132D

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

Shades of Midnight Express #08132D

Tints of Midnight Express #08132D

Color information

#08132D (or 0x08132D) is unknown color: approx Midnight Express. HEX triplet: 08, 13 and 2D. RGB value is (8,19,45). Sum of RGB (Red+Green+Blue) = 8+19+45=72 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.11% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 45 (17.97% from 255 or 62.5% from 72); Max value from RGB is 45 - color contains mainly: blue. Hex color #08132D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08132D is #F7ECD2. Grayscale: #121212. Windows color (decimal): -16248019 or 2953992. OLE color: 2953992.

HSL color Cylindrical-coordinate representation of color #08132D: hue angle of 222.16º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #08132D is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB81945-
CMYK0.820.5800.82
HSL222.16º69.81%10.39%-
HSV(B)222.16º82.22%17.65%-
XYZ0.810.712.58-
YUV18.67142.86120.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.11%
GREEN value IS 19 (7.81% from 255) = 26.39%
BLUE value IS 45 (17.97% from 255) = 62.5%
R=11.11%
G=26.39%
B=62.5%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal819450.820.5800.82222.1669.8110.39
Hex8132D523A052de46a
Octal10235512272012233610612
Binary1000100111011011010010111010010100101101111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08132D; }

 p { color: rgb(8,19,45); }

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

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

 a { background-color: rgb(8,19,45); }

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

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

 span { border-color: rgb(8,19,45); }

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