#061049

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

Shades of Midnight Express #061049

Tints of Midnight Express #061049

Color information

#061049 (or 0x061049) is unknown color: approx Midnight Express. HEX triplet: 06, 10 and 49. RGB value is (6,16,73). Sum of RGB (Red+Green+Blue) = 6+16+73=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 73 (28.91% from 255 or 76.84% from 95); Max value from RGB is 73 - color contains mainly: blue. Hex color #061049 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061049 is #F9EFB6. Grayscale: #131313. Windows color (decimal): -16379831 or 4788230. OLE color: 4788230.

HSL color Cylindrical-coordinate representation of color #061049: hue angle of 231.04º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #061049 is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB61673-
CMYK0.920.7800.71
HSL231.04º84.81%15.49%-
HSV(B)231.04º91.78%28.63%-
XYZ1.460.896.4-
YUV19.51158.19118.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.32%
GREEN value IS 16 (6.64% from 255) = 16.84%
BLUE value IS 73 (28.91% from 255) = 76.84%
R=6.32%
G=16.84%
B=76.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal616730.920.7800.71231.0484.8115.49
Hex610495C4E047e755f
Octal620111134116010734712517
Binary11010000100100110111001001110010001111110011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061049; }

 p { color: rgb(6,16,73); }

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

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

 a { background-color: rgb(6,16,73); }

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

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

 span { border-color: rgb(6,16,73); }

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