#0A1431

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

Shades of Midnight Express #0A1431

Tints of Midnight Express #0A1431

Color information

#0A1431 (or 0x0A1431) is unknown color: approx Midnight Express. HEX triplet: 0A, 14 and 31. RGB value is (10,20,49). Sum of RGB (Red+Green+Blue) = 10+20+49=79 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.66% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 49 (19.53% from 255 or 62.03% from 79); Max value from RGB is 49 - color contains mainly: blue. Hex color #0A1431 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1431 is #F5EBCE. Grayscale: #141414. Windows color (decimal): -16116687 or 3216394. OLE color: 3216394.

HSL color Cylindrical-coordinate representation of color #0A1431: hue angle of 224.62º 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 #0A1431 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB102049-
CMYK0.800.5900.81
HSL224.62º66.1%11.57%-
HSV(B)224.62º79.59%19.22%-
XYZ0.930.793.01-
YUV20.32144.19120.64-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.66%
GREEN value IS 20 (8.20% from 255) = 25.32%
BLUE value IS 49 (19.53% from 255) = 62.03%
R=12.66%
G=25.32%
B=62.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1020490.800.5900.81224.6266.111.57
HexA1431503B051e142c
Octal12246112073012134110214
Binary1010101001100011010000111011010100011110000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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