#08053F

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

Shades of Midnight Express #08053F

Tints of Midnight Express #08053F

Color information

#08053F (or 0x08053F) is unknown color: approx Midnight Express. HEX triplet: 08, 05 and 3F. RGB value is (8,5,63). Sum of RGB (Red+Green+Blue) = 8+5+63=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 63 (25% from 255 or 82.89% from 76); Max value from RGB is 63 - color contains mainly: blue. Hex color #08053F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08053F is #F7FAC0. Grayscale: #0C0C0C. Windows color (decimal): -16251585 or 4130056. OLE color: 4130056.

HSL color Cylindrical-coordinate representation of color #08053F: hue angle of 243.1º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08053F is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB8563-
CMYK0.870.9200.75
HSL243.1º85.29%13.33%-
HSV(B)243.1º92.06%24.71%-
XYZ1.050.524.75-
YUV12.51156.49124.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.53%
GREEN value IS 5 (2.34% from 255) = 6.58%
BLUE value IS 63 (25% from 255) = 82.89%
R=10.53%
G=6.58%
B=82.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal85630.870.9200.75243.185.2913.33
Hex853F575C04Bf355d
Octal10577127134011336312515
Binary100010111111110101111011100010010111111001110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08053F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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