#08142C

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

Shades of Midnight Express #08142C

Tints of Midnight Express #08142C

Color information

#08142C (or 0x08142C) is unknown color: approx Midnight Express. HEX triplet: 08, 14 and 2C. RGB value is (8,20,44). Sum of RGB (Red+Green+Blue) = 8+20+44=72 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.11% from 72); Green value is 20 (8.20% from 255 or 27.78% from 72); Blue value is 44 (17.58% from 255 or 61.11% from 72); Max value from RGB is 44 - color contains mainly: blue. Hex color #08142C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08142C is #F7EBD3. Grayscale: #131313. Windows color (decimal): -16247764 or 2888712. OLE color: 2888712.

HSL color Cylindrical-coordinate representation of color #08142C: hue angle of 220º 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 #08142C is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB82044-
CMYK0.820.5500.83
HSL220º69.23%10.2%-
HSV(B)220º81.82%17.25%-
XYZ0.80.732.48-
YUV19.15142.02120.05-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.11%
GREEN value IS 20 (8.20% from 255) = 27.78%
BLUE value IS 44 (17.58% from 255) = 61.11%
R=11.11%
G=27.78%
B=61.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal820440.820.5500.8322069.2310.2
Hex8142C5237053dc45a
Octal10245412267012333410512
Binary1000101001011001010010110111010100111101110010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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