#011043

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

Shades of Midnight Express #011043

Tints of Midnight Express #011043

Color information

#011043 (or 0x011043) is unknown color: approx Midnight Express. HEX triplet: 01, 10 and 43. RGB value is (1,16,67). Sum of RGB (Red+Green+Blue) = 1+16+67=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 67 (26.56% from 255 or 79.76% from 84); Max value from RGB is 67 - color contains mainly: blue. Hex color #011043 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011043 is #FEEFBC. Grayscale: #111111. Windows color (decimal): -16707517 or 4395009. OLE color: 4395009.

HSL color Cylindrical-coordinate representation of color #011043: hue angle of 226.36º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011043 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB11667-
CMYK0.990.7600.74
HSL226.36º97.06%13.33%-
HSV(B)226.36º98.51%26.27%-
XYZ1.210.785.4-
YUV17.33156.03116.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.19%
GREEN value IS 16 (6.64% from 255) = 19.05%
BLUE value IS 67 (26.56% from 255) = 79.76%
R=1.19%
G=19.05%
B=79.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal116670.990.7600.74226.3697.0613.33
Hex11043634C04Ae261d
Octal120103143114011234214115
Binary110000100001111000111001100010010101110001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011043; }

 p { color: rgb(1,16,67); }

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

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

 a { background-color: rgb(1,16,67); }

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

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

 span { border-color: rgb(1,16,67); }

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