#0A1531

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

Shades of Midnight Express #0A1531

Tints of Midnight Express #0A1531

Color information

#0A1531 (or 0x0A1531) is unknown color: approx Midnight Express. HEX triplet: 0A, 15 and 31. RGB value is (10,21,49). Sum of RGB (Red+Green+Blue) = 10+21+49=80 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.5% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 49 (19.53% from 255 or 61.25% from 80); Max value from RGB is 49 - color contains mainly: blue. Hex color #0A1531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1531 is #F5EACE. Grayscale: #141414. Windows color (decimal): -16116431 or 3216650. OLE color: 3216650.

HSL color Cylindrical-coordinate representation of color #0A1531: hue angle of 223.08º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A1531 is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB102149-
CMYK0.800.5700.81
HSL223.08º66.1%11.57%-
HSV(B)223.08º79.59%19.22%-
XYZ0.950.823.01-
YUV20.9143.86120.22-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.5%
GREEN value IS 21 (8.59% from 255) = 26.25%
BLUE value IS 49 (19.53% from 255) = 61.25%
R=12.5%
G=26.25%
B=61.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1021490.800.5700.81223.0866.111.57
HexA15315039051df42c
Octal12256112071012133710214
Binary1010101011100011010000111001010100011101111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,21,49); }

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

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

 a { background-color: rgb(10,21,49); }

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

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

 span { border-color: rgb(10,21,49); }

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