#121E85

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

Shades of Midnight Blue #121E85

Tints of Midnight Blue #121E85

Color information

#121E85 (or 0x121E85) is unknown color: approx Midnight Blue. HEX triplet: 12, 1E and 85. RGB value is (18,30,133). Sum of RGB (Red+Green+Blue) = 18+30+133=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 133 (52.34% from 255 or 73.48% from 181); Max value from RGB is 133 - color contains mainly: blue. Hex color #121E85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121E85 is #EDE17A. Grayscale: #252525. Windows color (decimal): -15589755 or 8723986. OLE color: 8723986.

HSL color Cylindrical-coordinate representation of color #121E85: hue angle of 233.74º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #121E85 is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1830133-
CMYK0.860.7700.48
HSL233.74º76.16%29.61%-
HSV(B)233.74º86.47%52.16%-
XYZ4.952.7522.46-
YUV38.15181.52113.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.94%
GREEN value IS 30 (12.11% from 255) = 16.57%
BLUE value IS 133 (52.34% from 255) = 73.48%
R=9.94%
G=16.57%
B=73.48%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18301330.860.7700.48233.7476.1629.61
Hex121E85564D030ea4c1e
Octal223620512611506035211436
Binary10010111101000010110101101001101011000011101010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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