#001032

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

Shades of Midnight Express #001032

Tints of Midnight Express #001032

Color information

#001032 (or 0x001032) is unknown color: approx Midnight Express. HEX triplet: 00, 10 and 32. RGB value is (0,16,50). Sum of RGB (Red+Green+Blue) = 0+16+50=66 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 50 (19.92% from 255 or 75.76% from 66); Max value from RGB is 50 - color contains mainly: blue. Hex color #001032 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001032 is #FFEFCD. Grayscale: #0E0E0E. Windows color (decimal): -16773070 or 3280896. OLE color: 3280896.

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

Color convert

RGB01650-
CMYK10.6800.80
HSL220.8º100%9.8%-
HSV(B)220.8º100%19.61%-
XYZ0.760.63.09-
YUV15.09147.7117.24-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 16 (6.64% from 255) = 24.24%
BLUE value IS 50 (19.92% from 255) = 75.76%
R=0%
G=24.24%
B=75.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal0165010.6800.80220.81009.8
Hex010326444050dd64a
Octal02062144104012033514412
Binary01000011001011001001000100010100001101110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001032; }

 p { color: rgb(0,16,50); }

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

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

 a { background-color: rgb(0,16,50); }

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

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

 span { border-color: rgb(0,16,50); }

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