#060756

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

Shades of Midnight Blue #060756

Tints of Midnight Blue #060756

Color information

#060756 (or 0x060756) is unknown color: approx Midnight Blue. HEX triplet: 06, 07 and 56. RGB value is (6,7,86). Sum of RGB (Red+Green+Blue) = 6+7+86=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 86 (33.98% from 255 or 86.87% from 99); Max value from RGB is 86 - color contains mainly: blue. Hex color #060756 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060756 is #F9F8A9. Grayscale: #0F0F0F. Windows color (decimal): -16382122 or 5637894. OLE color: 5637894.

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

Color convert

RGB6786-
CMYK0.930.9200.66
HSL239.25º86.96%18.04%-
HSV(B)239.25º93.02%33.73%-
XYZ1.830.868.87-
YUV15.71167.67121.08-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.06%
GREEN value IS 7 (3.12% from 255) = 7.07%
BLUE value IS 86 (33.98% from 255) = 86.87%
R=6.06%
G=7.07%
B=86.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal67860.930.9200.66239.2586.9618.04
Hex67565D5C042ef5712
Octal67126135134010235712722
Binary1101111010110101110110111000100001011101111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060756; }

 p { color: rgb(6,7,86); }

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

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

 a { background-color: rgb(6,7,86); }

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

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

 span { border-color: rgb(6,7,86); }

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