#061446

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

Shades of Midnight Express #061446

Tints of Midnight Express #061446

Color information

#061446 (or 0x061446) is unknown color: approx Midnight Express. HEX triplet: 06, 14 and 46. RGB value is (6,20,70). Sum of RGB (Red+Green+Blue) = 6+20+70=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 70 (27.73% from 255 or 72.92% from 96); Max value from RGB is 70 - color contains mainly: blue. Hex color #061446 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061446 is #F9EBB9. Grayscale: #151515. Windows color (decimal): -16378810 or 4592646. OLE color: 4592646.

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

Color convert

RGB62070-
CMYK0.910.7100.73
HSL226.88º84.21%14.9%-
HSV(B)226.88º91.43%27.45%-
XYZ1.430.985.91-
YUV21.51155.36116.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.25%
GREEN value IS 20 (8.20% from 255) = 20.83%
BLUE value IS 70 (27.73% from 255) = 72.92%
R=6.25%
G=20.83%
B=72.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal620700.910.7100.73226.8884.2114.9
Hex614465B47049e354f
Octal624106133107011134312417
Binary11010100100011010110111000111010010011110001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061446; }

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

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

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

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

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

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

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

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