#011030

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

Shades of Midnight Express #011030

Tints of Midnight Express #011030

Color information

#011030 (or 0x011030) is unknown color: approx Midnight Express. HEX triplet: 01, 10 and 30. RGB value is (1,16,48). Sum of RGB (Red+Green+Blue) = 1+16+48=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 16 (6.64% from 255 or 24.62% from 65); Blue value is 48 (19.14% from 255 or 73.85% from 65); Max value from RGB is 48 - color contains mainly: blue. Hex color #011030 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011030 is #FEEFCF. Grayscale: #0F0F0F. Windows color (decimal): -16707536 or 3149825. OLE color: 3149825.

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

Color convert

RGB11648-
CMYK0.980.6700.81
HSL220.85º95.92%9.61%-
HSV(B)220.85º97.92%18.82%-
XYZ0.730.592.87-
YUV15.16146.53117.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.54%
GREEN value IS 16 (6.64% from 255) = 24.62%
BLUE value IS 48 (19.14% from 255) = 73.85%
R=1.54%
G=24.62%
B=73.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal116480.980.6700.81220.8595.929.61
Hex110306243051dd60a
Octal12060142103012133514012
Binary11000011000011000101000011010100011101110111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011030; }

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

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

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

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

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

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

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

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