#120777

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

Shades of Midnight Blue #120777

Tints of Midnight Blue #120777

Color information

#120777 (or 0x120777) is unknown color: approx Midnight Blue. HEX triplet: 12, 07 and 77. RGB value is (18,7,119). Sum of RGB (Red+Green+Blue) = 18+7+119=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 119 (46.88% from 255 or 82.64% from 144); Max value from RGB is 119 - color contains mainly: blue. Hex color #120777 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120777 is #EDF888. Grayscale: #161616. Windows color (decimal): -15595657 or 7800594. OLE color: 7800594.

HSL color Cylindrical-coordinate representation of color #120777: hue angle of 245.89º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120777 is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB187119-
CMYK0.850.9400.53
HSL245.89º88.89%24.71%-
HSV(B)245.89º94.12%46.67%-
XYZ3.661.6117.57-
YUV23.06182.14124.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.5%
GREEN value IS 7 (3.12% from 255) = 4.86%
BLUE value IS 119 (46.88% from 255) = 82.64%
R=12.5%
G=4.86%
B=82.64%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1871190.850.9400.53245.8988.8924.71
Hex12777555E035f65919
Octal22716712513606536613131
Binary10010111111011110101011011110011010111110110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120777; }

 p { color: rgb(18,7,119); }

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

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

 a { background-color: rgb(18,7,119); }

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

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

 span { border-color: rgb(18,7,119); }

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