#01113A

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

Shades of Midnight Express #01113A

Tints of Midnight Express #01113A

Color information

#01113A (or 0x01113A) is unknown color: approx Midnight Express. HEX triplet: 01, 11 and 3A. RGB value is (1,17,58). Sum of RGB (Red+Green+Blue) = 1+17+58=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 58 (23.05% from 255 or 76.32% from 76); Max value from RGB is 58 - color contains mainly: blue. Hex color #01113A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01113A is #FEEEC5. Grayscale: #101010. Windows color (decimal): -16707270 or 3805441. OLE color: 3805441.

HSL color Cylindrical-coordinate representation of color #01113A: hue angle of 223.16º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01113A is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB11758-
CMYK0.980.7100.77
HSL223.16º96.61%11.57%-
HSV(B)223.16º98.28%22.75%-
XYZ0.980.714.09-
YUV16.89151.2116.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.32%
GREEN value IS 17 (7.03% from 255) = 22.37%
BLUE value IS 58 (23.05% from 255) = 76.32%
R=1.32%
G=22.37%
B=76.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal117580.980.7100.77223.1696.6111.57
Hex1113A624704Ddf61c
Octal12172142107011533714114
Binary11000111101011000101000111010011011101111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01113A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01113A; }

 p { color: rgb(1,17,58); }

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

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

 a { background-color: rgb(1,17,58); }

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

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

 span { border-color: rgb(1,17,58); }

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