#121061

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

Shades of Midnight Blue #121061

Tints of Midnight Blue #121061

Color information

#121061 (or 0x121061) is unknown color: approx Midnight Blue. HEX triplet: 12, 10 and 61. RGB value is (18,16,97). Sum of RGB (Red+Green+Blue) = 18+16+97=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 97 (38.28% from 255 or 74.05% from 131); Max value from RGB is 97 - color contains mainly: blue. Hex color #121061 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121061 is #EDEF9E. Grayscale: #191919. Windows color (decimal): -15593375 or 6361106. OLE color: 6361106.

HSL color Cylindrical-coordinate representation of color #121061: hue angle of 241.48º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #121061 is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB181697-
CMYK0.810.8400.62
HSL241.48º71.68%22.16%-
HSV(B)241.48º83.51%38.04%-
XYZ2.591.3611.44-
YUV25.83168.16122.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.74%
GREEN value IS 16 (6.64% from 255) = 12.21%
BLUE value IS 97 (38.28% from 255) = 74.05%
R=13.74%
G=12.21%
B=74.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1816970.810.8400.62241.4871.6822.16
Hex121061515403Ef14816
Octal222014112112407636111026
Binary1001010000110000110100011010100011111011110001100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121061; }

 p { color: rgb(18,16,97); }

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

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

 a { background-color: rgb(18,16,97); }

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

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

 span { border-color: rgb(18,16,97); }

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