#061146

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

Shades of Midnight Express #061146

Tints of Midnight Express #061146

Color information

#061146 (or 0x061146) is unknown color: approx Midnight Express. HEX triplet: 06, 11 and 46. RGB value is (6,17,70). Sum of RGB (Red+Green+Blue) = 6+17+70=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 70 (27.73% from 255 or 75.27% from 93); Max value from RGB is 70 - color contains mainly: blue. Hex color #061146 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061146 is #F9EEB9. Grayscale: #131313. Windows color (decimal): -16379578 or 4591878. OLE color: 4591878.

HSL color Cylindrical-coordinate representation of color #061146: hue angle of 229.69º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #061146 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB61770-
CMYK0.910.7600.73
HSL229.69º84.21%14.9%-
HSV(B)229.69º91.43%27.45%-
XYZ1.380.885.89-
YUV19.75156.36118.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.45%
GREEN value IS 17 (7.03% from 255) = 18.28%
BLUE value IS 70 (27.73% from 255) = 75.27%
R=6.45%
G=18.28%
B=75.27%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal617700.910.7600.73229.6984.2114.9
Hex611465B4C049e654f
Octal621106133114011134612417
Binary11010001100011010110111001100010010011110011010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061146; }

 p { color: rgb(6,17,70); }

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

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

 a { background-color: rgb(6,17,70); }

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

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

 span { border-color: rgb(6,17,70); }

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