#121A5A

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

Shades of Midnight Blue #121A5A

Tints of Midnight Blue #121A5A

Color information

#121A5A (or 0x121A5A) is unknown color: approx Midnight Blue. HEX triplet: 12, 1A and 5A. RGB value is (18,26,90). Sum of RGB (Red+Green+Blue) = 18+26+90=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 26 (10.55% from 255 or 19.40% from 134); Blue value is 90 (35.55% from 255 or 67.16% from 134); Max value from RGB is 90 - color contains mainly: blue. Hex color #121A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121A5A is #EDE5A5. Grayscale: #1E1E1E. Windows color (decimal): -15590822 or 5904914. OLE color: 5904914.

HSL color Cylindrical-coordinate representation of color #121A5A: hue angle of 233.33º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #121A5A is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB182690-
CMYK0.800.7100.65
HSL233.33º66.67%21.18%-
HSV(B)233.33º80%35.29%-
XYZ2.461.619.85-
YUV30.9161.35118.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.43%
GREEN value IS 26 (10.55% from 255) = 19.40%
BLUE value IS 90 (35.55% from 255) = 67.16%
R=13.43%
G=19.40%
B=67.16%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1826900.800.7100.65233.3366.6721.18
Hex121A5A5047041e94315
Octal2232132120107010135110325
Binary10010110101011010101000010001110100000111101001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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