#010B31

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

Shades of Midnight Express #010B31

Tints of Midnight Express #010B31

Color information

#010B31 (or 0x010B31) is unknown color: approx Midnight Express. HEX triplet: 01, 0B and 31. RGB value is (1,11,49). Sum of RGB (Red+Green+Blue) = 1+11+49=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 11 (4.69% from 255 or 18.03% from 61); Blue value is 49 (19.53% from 255 or 80.33% from 61); Max value from RGB is 49 - color contains mainly: blue. Hex color #010B31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010B31 is #FEF4CE. Grayscale: #0C0C0C. Windows color (decimal): -16708815 or 3214081. OLE color: 3214081.

HSL color Cylindrical-coordinate representation of color #010B31: hue angle of 227.5º 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 #010B31 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB11149-
CMYK0.980.7800.81
HSL227.5º96%9.8%-
HSV(B)227.5º97.96%19.22%-
XYZ0.690.472.96-
YUV12.34148.69119.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.64%
GREEN value IS 11 (4.69% from 255) = 18.03%
BLUE value IS 49 (19.53% from 255) = 80.33%
R=1.64%
G=18.03%
B=80.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal111490.980.7800.81227.5969.8
Hex1B31624E051e460a
Octal11361142116012134414012
Binary1101111000111000101001110010100011110010011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010B31; }

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

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

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

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

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

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

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

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