#011438

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

Shades of Midnight Express #011438

Tints of Midnight Express #011438

Color information

#011438 (or 0x011438) is unknown color: approx Midnight Express. HEX triplet: 01, 14 and 38. RGB value is (1,20,56). Sum of RGB (Red+Green+Blue) = 1+20+56=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 56 (22.27% from 255 or 72.73% from 77); Max value from RGB is 56 - color contains mainly: blue. Hex color #011438 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011438 is #FEEBC7. Grayscale: #121212. Windows color (decimal): -16706504 or 3675137. OLE color: 3675137.

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

Color convert

RGB12056-
CMYK0.980.6400.78
HSL219.27º96.49%11.18%-
HSV(B)219.27º98.21%21.96%-
XYZ0.980.793.84-
YUV18.42149.21115.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.30%
GREEN value IS 20 (8.20% from 255) = 25.97%
BLUE value IS 56 (22.27% from 255) = 72.73%
R=1.30%
G=25.97%
B=72.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal120560.980.6400.78219.2796.4911.18
Hex11438624004Edb60b
Octal12470142100011633314013
Binary11010011100011000101000000010011101101101111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011438; }

 p { color: rgb(1,20,56); }

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

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

 a { background-color: rgb(1,20,56); }

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

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

 span { border-color: rgb(1,20,56); }

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