#0A1931

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

Shades of Midnight Express #0A1931

Tints of Midnight Express #0A1931

Color information

#0A1931 (or 0x0A1931) is unknown color: approx Midnight Express. HEX triplet: 0A, 19 and 31. RGB value is (10,25,49). Sum of RGB (Red+Green+Blue) = 10+25+49=84 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.90% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 49 (19.53% from 255 or 58.33% from 84); Max value from RGB is 49 - color contains mainly: blue. Hex color #0A1931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1931 is #F5E6CE. Grayscale: #171717. Windows color (decimal): -16115407 or 3217674. OLE color: 3217674.

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

Color convert

RGB102549-
CMYK0.800.4900.81
HSL216.92º66.1%11.57%-
HSV(B)216.92º79.59%19.22%-
XYZ1.030.983.04-
YUV23.25142.53118.55-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.90%
GREEN value IS 25 (10.16% from 255) = 29.76%
BLUE value IS 49 (19.53% from 255) = 58.33%
R=11.90%
G=29.76%
B=58.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1025490.800.4900.81216.9266.111.57
HexA19315031051d942c
Octal12316112061012133110214
Binary1010110011100011010000110001010100011101100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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