#01102C

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

Shades of Midnight Express #01102C

Tints of Midnight Express #01102C

Color information

#01102C (or 0x01102C) is unknown color: approx Midnight Express. HEX triplet: 01, 10 and 2C. RGB value is (1,16,44). Sum of RGB (Red+Green+Blue) = 1+16+44=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 16 (6.64% from 255 or 26.23% from 61); Blue value is 44 (17.58% from 255 or 72.13% from 61); Max value from RGB is 44 - color contains mainly: blue. Hex color #01102C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01102C is #FEEFD3. Grayscale: #0E0E0E. Windows color (decimal): -16707540 or 2887681. OLE color: 2887681.

HSL color Cylindrical-coordinate representation of color #01102C: hue angle of 219.07º degrees, saturation: 0.96, 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 #01102C is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB11644-
CMYK0.980.6400.83
HSL219.07º95.56%8.82%-
HSV(B)219.07º97.73%17.25%-
XYZ0.650.562.46-
YUV14.71144.53118.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.64%
GREEN value IS 16 (6.64% from 255) = 26.23%
BLUE value IS 44 (17.58% from 255) = 72.13%
R=1.64%
G=26.23%
B=72.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal116440.980.6400.83219.0795.568.82
Hex1102C6240053db609
Octal12054142100012333314011
Binary11000010110011000101000000010100111101101111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01102C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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