#01102D

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

Shades of Midnight Express #01102D

Tints of Midnight Express #01102D

Color information

#01102D (or 0x01102D) is unknown color: approx Midnight Express. HEX triplet: 01, 10 and 2D. RGB value is (1,16,45). Sum of RGB (Red+Green+Blue) = 1+16+45=62 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.61% from 62); Green value is 16 (6.64% from 255 or 25.81% from 62); Blue value is 45 (17.97% from 255 or 72.58% from 62); Max value from RGB is 45 - color contains mainly: blue. Hex color #01102D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01102D is #FEEFD2. Grayscale: #0E0E0E. Windows color (decimal): -16707539 or 2953217. OLE color: 2953217.

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

Color convert

RGB11645-
CMYK0.980.6400.82
HSL219.55º95.65%9.02%-
HSV(B)219.55º97.78%17.65%-
XYZ0.670.572.56-
YUV14.82145.03118.14-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.61%
GREEN value IS 16 (6.64% from 255) = 25.81%
BLUE value IS 45 (17.97% from 255) = 72.58%
R=1.61%
G=25.81%
B=72.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal116450.980.6400.82219.5595.659.02
Hex1102D6240052dc609
Octal12055142100012233414011
Binary11000010110111000101000000010100101101110011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01102D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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