#120775

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

Shades of Midnight Blue #120775

Tints of Midnight Blue #120775

Color information

#120775 (or 0x120775) is unknown color: approx Midnight Blue. HEX triplet: 12, 07 and 75. RGB value is (18,7,117). Sum of RGB (Red+Green+Blue) = 18+7+117=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 117 (46.09% from 255 or 82.39% from 142); Max value from RGB is 117 - color contains mainly: blue. Hex color #120775 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120775 is #EDF88A. Grayscale: #161616. Windows color (decimal): -15595659 or 7669522. OLE color: 7669522.

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

Color convert

RGB187117-
CMYK0.850.9400.54
HSL246º88.71%24.31%-
HSV(B)246º94.02%45.88%-
XYZ3.541.5616.95-
YUV22.83181.14124.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.68%
GREEN value IS 7 (3.12% from 255) = 4.93%
BLUE value IS 117 (46.09% from 255) = 82.39%
R=12.68%
G=4.93%
B=82.39%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1871170.850.9400.5424688.7124.31
Hex12775555E036f65918
Octal22716512513606636613130
Binary10010111111010110101011011110011011011110110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120775; }

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

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

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

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

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

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

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

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