#121A84

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

Shades of Midnight Blue #121A84

Tints of Midnight Blue #121A84

Color information

#121A84 (or 0x121A84) is unknown color: approx Midnight Blue. HEX triplet: 12, 1A and 84. RGB value is (18,26,132). Sum of RGB (Red+Green+Blue) = 18+26+132=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 26 (10.55% from 255 or 14.77% from 176); Blue value is 132 (51.95% from 255 or 75% from 176); Max value from RGB is 132 - color contains mainly: blue. Hex color #121A84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121A84 is #EDE57B. Grayscale: #232323. Windows color (decimal): -15590780 or 8657426. OLE color: 8657426.

HSL color Cylindrical-coordinate representation of color #121A84: hue angle of 235.79º 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 #121A84 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1826132-
CMYK0.860.8000.48
HSL235.79º76%29.41%-
HSV(B)235.79º86.36%51.76%-
XYZ4.782.5322.07-
YUV35.69182.35115.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.23%
GREEN value IS 26 (10.55% from 255) = 14.77%
BLUE value IS 132 (51.95% from 255) = 75%
R=10.23%
G=14.77%
B=75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18261320.860.8000.48235.797629.41
Hex121A845650030ec4c1d
Octal223220412612006035411435
Binary10010110101000010010101101010000011000011101100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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