#010931

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

Shades of Midnight Express #010931

Tints of Midnight Express #010931

Color information

#010931 (or 0x010931) is unknown color: approx Midnight Express. HEX triplet: 01, 09 and 31. RGB value is (1,9,49). Sum of RGB (Red+Green+Blue) = 1+9+49=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 9 (3.91% from 255 or 15.25% from 59); Blue value is 49 (19.53% from 255 or 83.05% from 59); Max value from RGB is 49 - color contains mainly: blue. Hex color #010931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010931 is #FEF6CE. Grayscale: #0B0B0B. Windows color (decimal): -16709327 or 3213569. OLE color: 3213569.

HSL color Cylindrical-coordinate representation of color #010931: hue angle of 230º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010931 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB1949-
CMYK0.980.8200.81
HSL230º96%9.8%-
HSV(B)230º97.96%19.22%-
XYZ0.660.422.95-
YUV11.17149.35120.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.69%
GREEN value IS 9 (3.91% from 255) = 15.25%
BLUE value IS 49 (19.53% from 255) = 83.05%
R=1.69%
G=15.25%
B=83.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal19490.980.8200.81230969.8
Hex19316252051e660a
Octal11161142122012134614012
Binary1100111000111000101010010010100011110011011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010931; }

 p { color: rgb(1,9,49); }

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

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

 a { background-color: rgb(1,9,49); }

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

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

 span { border-color: rgb(1,9,49); }

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