#120671

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

Shades of Midnight Blue #120671

Tints of Midnight Blue #120671

Color information

#120671 (or 0x120671) is unknown color: approx Midnight Blue. HEX triplet: 12, 06 and 71. RGB value is (18,6,113). Sum of RGB (Red+Green+Blue) = 18+6+113=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 6 (2.73% from 255 or 4.38% from 137); Blue value is 113 (44.53% from 255 or 82.48% from 137); Max value from RGB is 113 - color contains mainly: blue. Hex color #120671 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120671 is #EDF98E. Grayscale: #151515. Windows color (decimal): -15595919 or 7407122. OLE color: 7407122.

HSL color Cylindrical-coordinate representation of color #120671: hue angle of 246.73º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120671 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB186113-
CMYK0.840.9500.56
HSL246.73º89.92%23.33%-
HSV(B)246.73º94.69%44.31%-
XYZ3.31.4515.73-
YUV21.79179.48125.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.14%
GREEN value IS 6 (2.73% from 255) = 4.38%
BLUE value IS 113 (44.53% from 255) = 82.48%
R=13.14%
G=4.38%
B=82.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1861130.840.9500.56246.7389.9223.33
Hex12671545F038f75a17
Octal22616112413707036713227
Binary10010110111000110101001011111011100011110111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120671; }

 p { color: rgb(18,6,113); }

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

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

 a { background-color: rgb(18,6,113); }

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

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

 span { border-color: rgb(18,6,113); }

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