#011232

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

Shades of Midnight Express #011232

Tints of Midnight Express #011232

Color information

#011232 (or 0x011232) is unknown color: approx Midnight Express. HEX triplet: 01, 12 and 32. RGB value is (1,18,50). Sum of RGB (Red+Green+Blue) = 1+18+50=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 18 (7.42% from 255 or 26.09% from 69); Blue value is 50 (19.92% from 255 or 72.46% from 69); Max value from RGB is 50 - color contains mainly: blue. Hex color #011232 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011232 is #FEEDCD. Grayscale: #101010. Windows color (decimal): -16707022 or 3281409. OLE color: 3281409.

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

Color convert

RGB11850-
CMYK0.980.6400.80
HSL219.18º96.08%10%-
HSV(B)219.18º98%19.61%-
XYZ0.80.673.1-
YUV16.56146.87116.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.45%
GREEN value IS 18 (7.42% from 255) = 26.09%
BLUE value IS 50 (19.92% from 255) = 72.46%
R=1.45%
G=26.09%
B=72.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal118500.980.6400.80219.1896.0810
Hex112326240050db60a
Octal12262142100012033314012
Binary11001011001011000101000000010100001101101111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011232; }

 p { color: rgb(1,18,50); }

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

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

 a { background-color: rgb(1,18,50); }

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

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

 span { border-color: rgb(1,18,50); }

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