#120773

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

Shades of Midnight Blue #120773

Tints of Midnight Blue #120773

Color information

#120773 (or 0x120773) is unknown color: approx Midnight Blue. HEX triplet: 12, 07 and 73. RGB value is (18,7,115). Sum of RGB (Red+Green+Blue) = 18+7+115=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 7 (3.12% from 255 or 5% from 140); Blue value is 115 (45.31% from 255 or 82.14% from 140); Max value from RGB is 115 - color contains mainly: blue. Hex color #120773 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120773 is #EDF88C. Grayscale: #161616. Windows color (decimal): -15595661 or 7538450. OLE color: 7538450.

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

Color convert

RGB187115-
CMYK0.840.9400.55
HSL246.11º88.52%23.92%-
HSV(B)246.11º93.91%45.1%-
XYZ3.421.5216.33-
YUV22.6180.14124.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.86%
GREEN value IS 7 (3.12% from 255) = 5%
BLUE value IS 115 (45.31% from 255) = 82.14%
R=12.86%
G=5%
B=82.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1871150.840.9400.55246.1188.5223.92
Hex12773545E037f65918
Octal22716312413606736613130
Binary10010111111001110101001011110011011111110110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120773; }

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

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

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

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

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

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

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

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