#121757

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

Shades of Midnight Blue #121757

Tints of Midnight Blue #121757

Color information

#121757 (or 0x121757) is unknown color: approx Midnight Blue. HEX triplet: 12, 17 and 57. RGB value is (18,23,87). Sum of RGB (Red+Green+Blue) = 18+23+87=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 87 (34.38% from 255 or 67.97% from 128); Max value from RGB is 87 - color contains mainly: blue. Hex color #121757 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121757 is #EDE8A8. Grayscale: #1C1C1C. Windows color (decimal): -15591593 or 5707538. OLE color: 5707538.

HSL color Cylindrical-coordinate representation of color #121757: hue angle of 235.65º 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 #121757 is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB182387-
CMYK0.790.7400.66
HSL235.65º65.71%20.59%-
HSV(B)235.65º79.31%34.12%-
XYZ2.281.439.17-
YUV28.8160.84120.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.06%
GREEN value IS 23 (9.38% from 255) = 17.97%
BLUE value IS 87 (34.38% from 255) = 67.97%
R=14.06%
G=17.97%
B=67.97%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1823870.790.7400.66235.6565.7120.59
Hex1217574F4A042ec4215
Octal2227127117112010235410225
Binary10010101111010111100111110010100100001011101100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121757; }

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

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

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

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

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

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

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

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