#121657

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

Shades of Midnight Blue #121657

Tints of Midnight Blue #121657

Color information

#121657 (or 0x121657) is unknown color: approx Midnight Blue. HEX triplet: 12, 16 and 57. RGB value is (18,22,87). Sum of RGB (Red+Green+Blue) = 18+22+87=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 87 (34.38% from 255 or 68.50% from 127); Max value from RGB is 87 - color contains mainly: blue. Hex color #121657 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121657 is #EDE9A8. Grayscale: #1B1B1B. Windows color (decimal): -15591849 or 5707282. OLE color: 5707282.

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

Color convert

RGB182287-
CMYK0.790.7500.66
HSL236.52º65.71%20.59%-
HSV(B)236.52º79.31%34.12%-
XYZ2.261.399.17-
YUV28.21161.17120.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.17%
GREEN value IS 22 (8.98% from 255) = 17.32%
BLUE value IS 87 (34.38% from 255) = 68.50%
R=14.17%
G=17.32%
B=68.50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1822870.790.7500.66236.5265.7120.59
Hex1216574F4B042ed4215
Octal2226127117113010235510225
Binary10010101101010111100111110010110100001011101101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121657; }

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

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

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

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

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

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

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

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