#0A0D47

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

Shades of Midnight Express #0A0D47

Tints of Midnight Express #0A0D47

Color information

#0A0D47 (or 0x0A0D47) is unknown color: approx Midnight Express. HEX triplet: 0A, 0D and 47. RGB value is (10,13,71). Sum of RGB (Red+Green+Blue) = 10+13+71=94 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.64% from 94); Green value is 13 (5.47% from 255 or 13.83% from 94); Blue value is 71 (28.12% from 255 or 75.53% from 94); Max value from RGB is 71 - color contains mainly: blue. Hex color #0A0D47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0D47 is #F5F2B8. Grayscale: #121212. Windows color (decimal): -16118457 or 4656394. OLE color: 4656394.

HSL color Cylindrical-coordinate representation of color #0A0D47: hue angle of 237.05º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A0D47 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB101371-
CMYK0.860.8200.72
HSL237.05º75.31%15.88%-
HSV(B)237.05º85.92%27.84%-
XYZ1.410.816.04-
YUV18.71157.51121.78-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.64%
GREEN value IS 13 (5.47% from 255) = 13.83%
BLUE value IS 71 (28.12% from 255) = 75.53%
R=10.64%
G=13.83%
B=75.53%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1013710.860.8200.72237.0575.3115.88
HexAD475652048ed4b10
Octal1215107126122011035511320
Binary101011011000111101011010100100100100011101101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,13,71); }

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

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

 a { background-color: rgb(10,13,71); }

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

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

 span { border-color: rgb(10,13,71); }

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