#01173F

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

Shades of Midnight Express #01173F

Tints of Midnight Express #01173F

Color information

#01173F (or 0x01173F) is unknown color: approx Midnight Express. HEX triplet: 01, 17 and 3F. RGB value is (1,23,63). Sum of RGB (Red+Green+Blue) = 1+23+63=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 23 (9.38% from 255 or 26.44% from 87); Blue value is 63 (25% from 255 or 72.41% from 87); Max value from RGB is 63 - color contains mainly: blue. Hex color #01173F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01173F is #FEE8C0. Grayscale: #141414. Windows color (decimal): -16705729 or 4134657. OLE color: 4134657.

HSL color Cylindrical-coordinate representation of color #01173F: hue angle of 218.71º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01173F is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB12363-
CMYK0.980.6300.75
HSL218.71º96.88%12.55%-
HSV(B)218.71º98.41%24.71%-
XYZ1.220.984.83-
YUV20.98151.71113.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.15%
GREEN value IS 23 (9.38% from 255) = 26.44%
BLUE value IS 63 (25% from 255) = 72.41%
R=1.15%
G=26.44%
B=72.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal123630.980.6300.75218.7196.8812.55
Hex1173F623F04Bdb61d
Octal1277714277011333314115
Binary1101111111111100010111111010010111101101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01173F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01173F; }

 p { color: rgb(1,23,63); }

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

<style>
 a { background-color: #01173F; }

 a { background-color: rgb(1,23,63); }

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

<style>
 span { border-color: #01173F; }

 span { border-color: rgb(1,23,63); }

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