#121E84

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

Shades of Midnight Blue #121E84

Tints of Midnight Blue #121E84

Color information

#121E84 (or 0x121E84) is unknown color: approx Midnight Blue. HEX triplet: 12, 1E and 84. RGB value is (18,30,132). Sum of RGB (Red+Green+Blue) = 18+30+132=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 132 (51.95% from 255 or 73.33% from 180); Max value from RGB is 132 - color contains mainly: blue. Hex color #121E84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121E84 is #EDE17B. Grayscale: #252525. Windows color (decimal): -15589756 or 8658450. OLE color: 8658450.

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

Color convert

RGB1830132-
CMYK0.860.7700.48
HSL233.68º76%29.41%-
HSV(B)233.68º86.36%51.76%-
XYZ4.882.7222.1-
YUV38.04181.02113.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10%
GREEN value IS 30 (12.11% from 255) = 16.67%
BLUE value IS 132 (51.95% from 255) = 73.33%
R=10%
G=16.67%
B=73.33%

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
Decimal18301320.860.7700.48233.687629.41
Hex121E84564D030ea4c1d
Octal223620412611506035211435
Binary10010111101000010010101101001101011000011101010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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