#010246

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

Shades of Midnight Express #010246

Tints of Midnight Express #010246

Color information

#010246 (or 0x010246) is unknown color: approx Midnight Express. HEX triplet: 01, 02 and 46. RGB value is (1,2,70). Sum of RGB (Red+Green+Blue) = 1+2+70=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 70 (27.73% from 255 or 95.89% from 73); Max value from RGB is 70 - color contains mainly: blue. Hex color #010246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010246 is #FEFDB9. Grayscale: #090909. Windows color (decimal): -16711098 or 4588033. OLE color: 4588033.

HSL color Cylindrical-coordinate representation of color #010246: hue angle of 239.13º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010246 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB1270-
CMYK0.990.9700.73
HSL239.13º97.18%13.92%-
HSV(B)239.13º98.57%27.45%-
XYZ1.140.495.83-
YUV9.45162.17121.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.37%
GREEN value IS 2 (1.17% from 255) = 2.74%
BLUE value IS 70 (27.73% from 255) = 95.89%
R=1.37%
G=2.74%
B=95.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal12700.990.9700.73239.1397.1813.92
Hex12466361049ef61e
Octal12106143141011135714116
Binary110100011011000111100001010010011110111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010246; }

 p { color: rgb(1,2,70); }

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

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

 a { background-color: rgb(1,2,70); }

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

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

 span { border-color: rgb(1,2,70); }

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