#121059

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

Shades of Midnight Blue #121059

Tints of Midnight Blue #121059

Color information

#121059 (or 0x121059) is unknown color: approx Midnight Blue. HEX triplet: 12, 10 and 59. RGB value is (18,16,89). Sum of RGB (Red+Green+Blue) = 18+16+89=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 89 (35.16% from 255 or 72.36% from 123); Max value from RGB is 89 - color contains mainly: blue. Hex color #121059 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121059 is #EDEFA6. Grayscale: #181818. Windows color (decimal): -15593383 or 5836818. OLE color: 5836818.

HSL color Cylindrical-coordinate representation of color #121059: hue angle of 241.64º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #121059 is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB181689-
CMYK0.800.8200.65
HSL241.64º69.52%20.59%-
HSV(B)241.64º82.02%34.9%-
XYZ2.241.229.57-
YUV24.92164.16123.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.63%
GREEN value IS 16 (6.64% from 255) = 13.01%
BLUE value IS 89 (35.16% from 255) = 72.36%
R=14.63%
G=13.01%
B=72.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1816890.800.8200.65241.6469.5220.59
Hex1210595052041f24615
Octal2220131120122010136210625
Binary10010100001011001101000010100100100000111110010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121059; }

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

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

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

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

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

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

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

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