#0A1631

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

Shades of Midnight Express #0A1631

Tints of Midnight Express #0A1631

Color information

#0A1631 (or 0x0A1631) is unknown color: approx Midnight Express. HEX triplet: 0A, 16 and 31. RGB value is (10,22,49). Sum of RGB (Red+Green+Blue) = 10+22+49=81 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.35% from 81); Green value is 22 (8.98% from 255 or 27.16% from 81); Blue value is 49 (19.53% from 255 or 60.49% from 81); Max value from RGB is 49 - color contains mainly: blue. Hex color #0A1631 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1631 is #F5E9CE. Grayscale: #151515. Windows color (decimal): -16116175 or 3216906. OLE color: 3216906.

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

Color convert

RGB102249-
CMYK0.800.5500.81
HSL221.54º66.1%11.57%-
HSV(B)221.54º79.59%19.22%-
XYZ0.970.863.02-
YUV21.49143.52119.8-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.35%
GREEN value IS 22 (8.98% from 255) = 27.16%
BLUE value IS 49 (19.53% from 255) = 60.49%
R=12.35%
G=27.16%
B=60.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1022490.800.5500.81221.5466.111.57
HexA16315037051de42c
Octal12266112067012133610214
Binary1010101101100011010000110111010100011101111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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