#01163E

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

Shades of Midnight Express #01163E

Tints of Midnight Express #01163E

Color information

#01163E (or 0x01163E) is unknown color: approx Midnight Express. HEX triplet: 01, 16 and 3E. RGB value is (1,22,62). Sum of RGB (Red+Green+Blue) = 1+22+62=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 22 (8.98% from 255 or 25.88% from 85); Blue value is 62 (24.61% from 255 or 72.94% from 85); Max value from RGB is 62 - color contains mainly: blue. Hex color #01163E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01163E is #FEE9C1. Grayscale: #141414. Windows color (decimal): -16705986 or 4068865. OLE color: 4068865.

HSL color Cylindrical-coordinate representation of color #01163E: hue angle of 219.34º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01163E is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB12262-
CMYK0.980.6500.76
HSL219.34º96.83%12.35%-
HSV(B)219.34º98.39%24.31%-
XYZ1.170.934.67-
YUV20.28151.54114.25-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.18%
GREEN value IS 22 (8.98% from 255) = 25.88%
BLUE value IS 62 (24.61% from 255) = 72.94%
R=1.18%
G=25.88%
B=72.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal122620.980.6500.76219.3496.8312.35
Hex1163E624104Cdb61c
Octal12676142101011433314114
Binary11011011111011000101000001010011001101101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01163E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01163E; }

 p { color: rgb(1,22,62); }

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

<style>
 a { background-color: #01163E; }

 a { background-color: rgb(1,22,62); }

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

<style>
 span { border-color: #01163E; }

 span { border-color: rgb(1,22,62); }

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