#060547

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

Shades of Midnight Express #060547

Tints of Midnight Express #060547

Color information

#060547 (or 0x060547) is unknown color: approx Midnight Express. HEX triplet: 06, 05 and 47. RGB value is (6,5,71). Sum of RGB (Red+Green+Blue) = 6+5+71=82 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.32% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 71 (28.12% from 255 or 86.59% from 82); Max value from RGB is 71 - color contains mainly: blue. Hex color #060547 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060547 is #F9FAB8. Grayscale: #0C0C0C. Windows color (decimal): -16382649 or 4654342. OLE color: 4654342.

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

Color convert

RGB6571-
CMYK0.920.9300.72
HSL240.91º86.84%14.9%-
HSV(B)240.91º92.96%27.84%-
XYZ1.270.66.01-
YUV12.82160.83123.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.32%
GREEN value IS 5 (2.34% from 255) = 6.10%
BLUE value IS 71 (28.12% from 255) = 86.59%
R=7.32%
G=6.10%
B=86.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal65710.920.9300.72240.9186.8414.9
Hex65475C5D048f157f
Octal65107134135011036112717
Binary110101100011110111001011101010010001111000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060547; }

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

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

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

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

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

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

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

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