#121057

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

Shades of Midnight Blue #121057

Tints of Midnight Blue #121057

Color information

#121057 (or 0x121057) is unknown color: approx Midnight Blue. HEX triplet: 12, 10 and 57. RGB value is (18,16,87). Sum of RGB (Red+Green+Blue) = 18+16+87=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 87 (34.38% from 255 or 71.90% from 121); Max value from RGB is 87 - color contains mainly: blue. Hex color #121057 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121057 is #EDEFA8. Grayscale: #181818. Windows color (decimal): -15593385 or 5705746. OLE color: 5705746.

HSL color Cylindrical-coordinate representation of color #121057: hue angle of 241.69º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #121057 is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB181687-
CMYK0.790.8200.66
HSL241.69º68.93%20.2%-
HSV(B)241.69º81.61%34.12%-
XYZ2.161.199.13-
YUV24.69163.16123.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.88%
GREEN value IS 16 (6.64% from 255) = 13.22%
BLUE value IS 87 (34.38% from 255) = 71.90%
R=14.88%
G=13.22%
B=71.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1816870.790.8200.66241.6968.9320.2
Hex1210574F52042f24514
Octal2220127117122010236210524
Binary10010100001010111100111110100100100001011110010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121057; }

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

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

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

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

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

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

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

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