#01102E

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

Shades of Midnight Express #01102E

Tints of Midnight Express #01102E

Color information

#01102E (or 0x01102E) is unknown color: approx Midnight Express. HEX triplet: 01, 10 and 2E. RGB value is (1,16,46). Sum of RGB (Red+Green+Blue) = 1+16+46=63 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.59% from 63); Green value is 16 (6.64% from 255 or 25.40% from 63); Blue value is 46 (18.36% from 255 or 73.02% from 63); Max value from RGB is 46 - color contains mainly: blue. Hex color #01102E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01102E is #FEEFD1. Grayscale: #0E0E0E. Windows color (decimal): -16707538 or 3018753. OLE color: 3018753.

HSL color Cylindrical-coordinate representation of color #01102E: hue angle of 220º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01102E is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB11646-
CMYK0.980.6500.82
HSL220º95.74%9.22%-
HSV(B)220º97.83%18.04%-
XYZ0.690.572.66-
YUV14.93145.53118.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.59%
GREEN value IS 16 (6.64% from 255) = 25.40%
BLUE value IS 46 (18.36% from 255) = 73.02%
R=1.59%
G=25.40%
B=73.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal116460.980.6500.8222095.749.22
Hex1102E6241052dc609
Octal12056142101012233414011
Binary11000010111011000101000001010100101101110011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01102E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01102E; }

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

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

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

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

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

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

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

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