#08053A

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

Shades of Midnight Express #08053A

Tints of Midnight Express #08053A

Color information

#08053A (or 0x08053A) is unknown color: approx Midnight Express. HEX triplet: 08, 05 and 3A. RGB value is (8,5,58). Sum of RGB (Red+Green+Blue) = 8+5+58=71 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.27% from 71); Green value is 5 (2.34% from 255 or 7.04% from 71); Blue value is 58 (23.05% from 255 or 81.69% from 71); Max value from RGB is 58 - color contains mainly: blue. Hex color #08053A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08053A is #F7FAC5. Grayscale: #0B0B0B. Windows color (decimal): -16251590 or 3802376. OLE color: 3802376.

HSL color Cylindrical-coordinate representation of color #08053A: hue angle of 243.4º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08053A is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB8558-
CMYK0.860.9100.77
HSL243.4º84.13%12.35%-
HSV(B)243.4º91.38%22.75%-
XYZ0.920.474.04-
YUV11.94153.99125.19-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.27%
GREEN value IS 5 (2.34% from 255) = 7.04%
BLUE value IS 58 (23.05% from 255) = 81.69%
R=11.27%
G=7.04%
B=81.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal85580.860.9100.77243.484.1312.35
Hex853A565B04Df354c
Octal10572126133011536312414
Binary100010111101010101101011011010011011111001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08053A; }

 p { color: rgb(8,5,58); }

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

<style>
 a { background-color: #08053A; }

 a { background-color: rgb(8,5,58); }

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

<style>
 span { border-color: #08053A; }

 span { border-color: rgb(8,5,58); }

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