#0A0538

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

Shades of Midnight Express #0A0538

Tints of Midnight Express #0A0538

Color information

#0A0538 (or 0x0A0538) is unknown color: approx Midnight Express. HEX triplet: 0A, 05 and 38. RGB value is (10,5,56). Sum of RGB (Red+Green+Blue) = 10+5+56=71 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.08% from 71); Green value is 5 (2.34% from 255 or 7.04% from 71); Blue value is 56 (22.27% from 255 or 78.87% from 71); Max value from RGB is 56 - color contains mainly: blue. Hex color #0A0538 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0538 is #F5FAC7. Grayscale: #0C0C0C. Windows color (decimal): -16120520 or 3671306. OLE color: 3671306.

HSL color Cylindrical-coordinate representation of color #0A0538: hue angle of 245.88º 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 #0A0538 is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB10556-
CMYK0.820.9100.78
HSL245.88º83.61%11.96%-
HSV(B)245.88º91.07%21.96%-
XYZ0.890.463.78-
YUV12.31152.66126.35-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 14.08%
GREEN value IS 5 (2.34% from 255) = 7.04%
BLUE value IS 56 (22.27% from 255) = 78.87%
R=14.08%
G=7.04%
B=78.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal105560.820.9100.78245.8883.6111.96
HexA538525B04Ef654c
Octal12570122133011636612414
Binary101010111100010100101011011010011101111011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A0538; }

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

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

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

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

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

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

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

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