#08043C

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

Shades of Midnight Express #08043C

Tints of Midnight Express #08043C

Color information

#08043C (or 0x08043C) is unknown color: approx Midnight Express. HEX triplet: 08, 04 and 3C. RGB value is (8,4,60). Sum of RGB (Red+Green+Blue) = 8+4+60=72 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.11% from 72); Green value is 4 (1.95% from 255 or 5.56% from 72); Blue value is 60 (23.83% from 255 or 83.33% from 72); Max value from RGB is 60 - color contains mainly: blue. Hex color #08043C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08043C is #F7FBC3. Grayscale: #0B0B0B. Windows color (decimal): -16251844 or 3933192. OLE color: 3933192.

HSL color Cylindrical-coordinate representation of color #08043C: hue angle of 244.29º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08043C is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB8460-
CMYK0.870.9300.76
HSL244.29º87.5%12.55%-
HSV(B)244.29º93.33%23.53%-
XYZ0.960.464.31-
YUV11.58155.33125.45-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.11%
GREEN value IS 4 (1.95% from 255) = 5.56%
BLUE value IS 60 (23.83% from 255) = 83.33%
R=11.11%
G=5.56%
B=83.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal84600.870.9300.76244.2987.512.55
Hex843C575D04Cf458d
Octal10474127135011436413015
Binary100010011110010101111011101010011001111010010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08043C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,4,60); }

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

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

 a { background-color: rgb(8,4,60); }

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

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

 span { border-color: rgb(8,4,60); }

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