#120752

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

Shades of Midnight Blue #120752

Tints of Midnight Blue #120752

Color information

#120752 (or 0x120752) is unknown color: approx Midnight Blue. HEX triplet: 12, 07 and 52. RGB value is (18,7,82). Sum of RGB (Red+Green+Blue) = 18+7+82=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 82 (32.42% from 255 or 76.64% from 107); Max value from RGB is 82 - color contains mainly: blue. Hex color #120752 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120752 is #EDF8AD. Grayscale: #121212. Windows color (decimal): -15595694 or 5375762. OLE color: 5375762.

HSL color Cylindrical-coordinate representation of color #120752: hue angle of 248.8º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #120752 is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB18782-
CMYK0.780.9100.68
HSL248.8º84.27%17.45%-
HSV(B)248.8º91.46%32.16%-
XYZ1.850.898.06-
YUV18.84163.64127.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.82%
GREEN value IS 7 (3.12% from 255) = 6.54%
BLUE value IS 82 (32.42% from 255) = 76.64%
R=16.82%
G=6.54%
B=76.64%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal187820.780.9100.68248.884.2717.45
Hex127524E5B044f95411
Octal227122116133010437112421
Binary100101111010010100111010110110100010011111001101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120752; }

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

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

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

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

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

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

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

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