#08132C

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

Shades of Midnight Express #08132C

Tints of Midnight Express #08132C

Color information

#08132C (or 0x08132C) is unknown color: approx Midnight Express. HEX triplet: 08, 13 and 2C. RGB value is (8,19,44). Sum of RGB (Red+Green+Blue) = 8+19+44=71 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.27% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 44 (17.58% from 255 or 61.97% from 71); Max value from RGB is 44 - color contains mainly: blue. Hex color #08132C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08132C is #F7ECD3. Grayscale: #121212. Windows color (decimal): -16248020 or 2888456. OLE color: 2888456.

HSL color Cylindrical-coordinate representation of color #08132C: hue angle of 221.67º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #08132C is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB81944-
CMYK0.820.5700.83
HSL221.67º69.23%10.2%-
HSV(B)221.67º81.82%17.25%-
XYZ0.790.72.48-
YUV18.56142.36120.47-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.27%
GREEN value IS 19 (7.81% from 255) = 26.76%
BLUE value IS 44 (17.58% from 255) = 61.97%
R=11.27%
G=26.76%
B=61.97%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal819440.820.5700.83221.6769.2310.2
Hex8132C5239053de45a
Octal10235412271012333610512
Binary1000100111011001010010111001010100111101111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08132C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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