#061349

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

Shades of Midnight Express #061349

Tints of Midnight Express #061349

Color information

#061349 (or 0x061349) is unknown color: approx Midnight Express. HEX triplet: 06, 13 and 49. RGB value is (6,19,73). Sum of RGB (Red+Green+Blue) = 6+19+73=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 73 (28.91% from 255 or 74.49% from 98); Max value from RGB is 73 - color contains mainly: blue. Hex color #061349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061349 is #F9ECB6. Grayscale: #151515. Windows color (decimal): -16379063 or 4788998. OLE color: 4788998.

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

Color convert

RGB61973-
CMYK0.920.7400.71
HSL228.36º84.81%15.49%-
HSV(B)228.36º91.78%28.63%-
XYZ1.510.996.41-
YUV21.27157.19117.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.12%
GREEN value IS 19 (7.81% from 255) = 19.39%
BLUE value IS 73 (28.91% from 255) = 74.49%
R=6.12%
G=19.39%
B=74.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal619730.920.7400.71228.3684.8115.49
Hex613495C4A047e455f
Octal623111134112010734412517
Binary11010011100100110111001001010010001111110010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061349; }

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

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

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

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

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

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

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

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