#060549

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

Shades of Midnight Blue #060549

Tints of Midnight Blue #060549

Color information

#060549 (or 0x060549) is unknown color: approx Midnight Blue. HEX triplet: 06, 05 and 49. RGB value is (6,5,73). Sum of RGB (Red+Green+Blue) = 6+5+73=84 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.14% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 73 (28.91% from 255 or 86.90% from 84); Max value from RGB is 73 - color contains mainly: blue. Hex color #060549 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060549 is #F9FAB6. Grayscale: #0C0C0C. Windows color (decimal): -16382647 or 4785414. OLE color: 4785414.

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

Color convert

RGB6573-
CMYK0.920.9300.71
HSL240.88º87.18%15.29%-
HSV(B)240.88º93.15%28.63%-
XYZ1.330.636.35-
YUV13.05161.83122.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.14%
GREEN value IS 5 (2.34% from 255) = 5.95%
BLUE value IS 73 (28.91% from 255) = 86.90%
R=7.14%
G=5.95%
B=86.90%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal65730.920.9300.71240.8887.1815.29
Hex65495C5D047f157f
Octal65111134135010736112717
Binary110101100100110111001011101010001111111000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060549; }

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

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

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

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

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

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

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

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