#120975

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

Shades of Midnight Blue #120975

Tints of Midnight Blue #120975

Color information

#120975 (or 0x120975) is unknown color: approx Midnight Blue. HEX triplet: 12, 09 and 75. RGB value is (18,9,117). Sum of RGB (Red+Green+Blue) = 18+9+117=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 117 (46.09% from 255 or 81.25% from 144); Max value from RGB is 117 - color contains mainly: blue. Hex color #120975 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120975 is #EDF68A. Grayscale: #171717. Windows color (decimal): -15595147 or 7670034. OLE color: 7670034.

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

Color convert

RGB189117-
CMYK0.850.9200.54
HSL245º85.71%24.71%-
HSV(B)245º92.31%45.88%-
XYZ3.561.6116.95-
YUV24180.48123.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.5%
GREEN value IS 9 (3.91% from 255) = 6.25%
BLUE value IS 117 (46.09% from 255) = 81.25%
R=12.5%
G=6.25%
B=81.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1891170.850.9200.5424585.7124.71
Hex12975555C036f55619
Octal221116512513406636512631
Binary100101001111010110101011011100011011011110101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120975; }

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

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

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

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

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

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

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

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