#080538

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

Shades of Midnight Express #080538

Tints of Midnight Express #080538

Color information

#080538 (or 0x080538) is unknown color: approx Midnight Express. HEX triplet: 08, 05 and 38. RGB value is (8,5,56). Sum of RGB (Red+Green+Blue) = 8+5+56=69 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.59% from 69); Green value is 5 (2.34% from 255 or 7.25% from 69); Blue value is 56 (22.27% from 255 or 81.16% from 69); Max value from RGB is 56 - color contains mainly: blue. Hex color #080538 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080538 is #F7FAC7. Grayscale: #0B0B0B. Windows color (decimal): -16251592 or 3671304. OLE color: 3671304.

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

Color convert

RGB8556-
CMYK0.860.9100.78
HSL243.53º83.61%11.96%-
HSV(B)243.53º91.07%21.96%-
XYZ0.870.453.78-
YUV11.71152.99125.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.59%
GREEN value IS 5 (2.34% from 255) = 7.25%
BLUE value IS 56 (22.27% from 255) = 81.16%
R=11.59%
G=7.25%
B=81.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal85560.860.9100.78243.5383.6111.96
Hex8538565B04Ef454c
Octal10570126133011636412414
Binary100010111100010101101011011010011101111010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080538; }

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

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

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

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

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

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

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

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