#121E86

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

Shades of Midnight Blue #121E86

Tints of Midnight Blue #121E86

Color information

#121E86 (or 0x121E86) is unknown color: approx Midnight Blue. HEX triplet: 12, 1E and 86. RGB value is (18,30,134). Sum of RGB (Red+Green+Blue) = 18+30+134=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 134 (52.73% from 255 or 73.63% from 182); Max value from RGB is 134 - color contains mainly: blue. Hex color #121E86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121E86 is #EDE179. Grayscale: #252525. Windows color (decimal): -15589754 or 8789522. OLE color: 8789522.

HSL color Cylindrical-coordinate representation of color #121E86: hue angle of 233.79º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #121E86 is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1830134-
CMYK0.870.7800.47
HSL233.79º76.32%29.8%-
HSV(B)233.79º86.57%52.55%-
XYZ5.022.7822.83-
YUV38.27182.02113.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.89%
GREEN value IS 30 (12.11% from 255) = 16.48%
BLUE value IS 134 (52.73% from 255) = 73.63%
R=9.89%
G=16.48%
B=73.63%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18301340.870.7800.47233.7976.3229.8
Hex121E86574E02Fea4c1e
Octal223620612711605735211436
Binary10010111101000011010101111001110010111111101010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121E86; }

 p { color: rgb(18,30,134); }

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

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

 a { background-color: rgb(18,30,134); }

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

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

 span { border-color: rgb(18,30,134); }

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