#060545

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

Shades of Midnight Express #060545

Tints of Midnight Express #060545

Color information

#060545 (or 0x060545) is unknown color: approx Midnight Express. HEX triplet: 06, 05 and 45. RGB value is (6,5,69). Sum of RGB (Red+Green+Blue) = 6+5+69=80 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.5% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 69 (27.34% from 255 or 86.25% from 80); Max value from RGB is 69 - color contains mainly: blue. Hex color #060545 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060545 is #F9FABA. Grayscale: #0C0C0C. Windows color (decimal): -16382651 or 4523270. OLE color: 4523270.

HSL color Cylindrical-coordinate representation of color #060545: hue angle of 240.94º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #060545 is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB6569-
CMYK0.910.9300.73
HSL240.94º86.49%14.51%-
HSV(B)240.94º92.75%27.06%-
XYZ1.20.585.68-
YUV12.6159.83123.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.5%
GREEN value IS 5 (2.34% from 255) = 6.25%
BLUE value IS 69 (27.34% from 255) = 86.25%
R=7.5%
G=6.25%
B=86.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal65690.910.9300.73240.9486.4914.51
Hex65455B5D049f156f
Octal65105133135011136112617
Binary110101100010110110111011101010010011111000110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060545; }

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

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

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

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

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

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

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

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