#0A0847

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

Shades of Midnight Express #0A0847

Tints of Midnight Express #0A0847

Color information

#0A0847 (or 0x0A0847) is unknown color: approx Midnight Express. HEX triplet: 0A, 08 and 47. RGB value is (10,8,71). Sum of RGB (Red+Green+Blue) = 10+8+71=89 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.24% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 71 (28.12% from 255 or 79.78% from 89); Max value from RGB is 71 - color contains mainly: blue. Hex color #0A0847 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0847 is #F5F7B8. Grayscale: #0F0F0F. Windows color (decimal): -16119737 or 4655114. OLE color: 4655114.

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

Color convert

RGB10871-
CMYK0.860.8900.72
HSL241.9º79.75%15.49%-
HSV(B)241.9º88.73%27.84%-
XYZ1.350.696.02-
YUV15.78159.16123.88-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.24%
GREEN value IS 8 (3.52% from 255) = 8.99%
BLUE value IS 71 (28.12% from 255) = 79.78%
R=11.24%
G=8.99%
B=79.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal108710.860.8900.72241.979.7515.49
HexA8475659048f250f
Octal1210107126131011036212017
Binary10101000100011110101101011001010010001111001010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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