#001131

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

Shades of Midnight Express #001131

Tints of Midnight Express #001131

Color information

#001131 (or 0x001131) is unknown color: approx Midnight Express. HEX triplet: 00, 11 and 31. RGB value is (0,17,49). Sum of RGB (Red+Green+Blue) = 0+17+49=66 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 66); Green value is 17 (7.03% from 255 or 25.76% from 66); Blue value is 49 (19.53% from 255 or 74.24% from 66); Max value from RGB is 49 - color contains mainly: blue. Hex color #001131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001131 is #FFEECE. Grayscale: #0F0F0F. Windows color (decimal): -16772815 or 3215616. OLE color: 3215616.

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

Color convert

RGB01749-
CMYK10.6500.81
HSL219.18º100%9.61%-
HSV(B)219.18º100%19.22%-
XYZ0.750.622.99-
YUV15.56146.87116.9-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 17 (7.03% from 255) = 25.76%
BLUE value IS 49 (19.53% from 255) = 74.24%
R=0%
G=25.76%
B=74.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0174910.6500.81219.181009.61
Hex011316441051db64a
Octal02161144101012133314412
Binary01000111000111001001000001010100011101101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001131; }

 p { color: rgb(0,17,49); }

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

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

 a { background-color: rgb(0,17,49); }

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

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

 span { border-color: rgb(0,17,49); }

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