#010746

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

Shades of Midnight Express #010746

Tints of Midnight Express #010746

Color information

#010746 (or 0x010746) is unknown color: approx Midnight Express. HEX triplet: 01, 07 and 46. RGB value is (1,7,70). Sum of RGB (Red+Green+Blue) = 1+7+70=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 70 (27.73% from 255 or 89.74% from 78); Max value from RGB is 70 - color contains mainly: blue. Hex color #010746 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010746 is #FEF8B9. Grayscale: #0C0C0C. Windows color (decimal): -16709818 or 4589313. OLE color: 4589313.

HSL color Cylindrical-coordinate representation of color #010746: hue angle of 234.78º 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 #010746 is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB1770-
CMYK0.990.9000.73
HSL234.78º97.18%13.92%-
HSV(B)234.78º98.57%27.45%-
XYZ1.190.65.85-
YUV12.39160.51119.88-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.28%
GREEN value IS 7 (3.12% from 255) = 8.97%
BLUE value IS 70 (27.73% from 255) = 89.74%
R=1.28%
G=8.97%
B=89.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal17700.990.9000.73234.7897.1813.92
Hex1746635A049eb61e
Octal17106143132011135314116
Binary1111100011011000111011010010010011110101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010746; }

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

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

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

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

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

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

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

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