#01102B

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

Shades of Midnight Express #01102B

Tints of Midnight Express #01102B

Color information

#01102B (or 0x01102B) is unknown color: approx Midnight Express. HEX triplet: 01, 10 and 2B. RGB value is (1,16,43). Sum of RGB (Red+Green+Blue) = 1+16+43=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 16 (6.64% from 255 or 26.67% from 60); Blue value is 43 (17.19% from 255 or 71.67% from 60); Max value from RGB is 43 - color contains mainly: blue. Hex color #01102B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01102B is #FEEFD4. Grayscale: #0E0E0E. Windows color (decimal): -16707541 or 2822145. OLE color: 2822145.

HSL color Cylindrical-coordinate representation of color #01102B: hue angle of 218.57º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01102B is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB11643-
CMYK0.980.6300.83
HSL218.57º95.45%8.63%-
HSV(B)218.57º97.67%16.86%-
XYZ0.630.552.36-
YUV14.59144.03118.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.67%
GREEN value IS 16 (6.64% from 255) = 26.67%
BLUE value IS 43 (17.19% from 255) = 71.67%
R=1.67%
G=26.67%
B=71.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal116430.980.6300.83218.5795.458.63
Hex1102B623F053db5f9
Octal1205314277012333313711
Binary1100001010111100010111111010100111101101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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