#121A77

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

Shades of Midnight Blue #121A77

Tints of Midnight Blue #121A77

Color information

#121A77 (or 0x121A77) is unknown color: approx Midnight Blue. HEX triplet: 12, 1A and 77. RGB value is (18,26,119). Sum of RGB (Red+Green+Blue) = 18+26+119=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 119 (46.88% from 255 or 73.01% from 163); Max value from RGB is 119 - color contains mainly: blue. Hex color #121A77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121A77 is #EDE588. Grayscale: #212121. Windows color (decimal): -15590793 or 7805458. OLE color: 7805458.

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

Color convert

RGB1826119-
CMYK0.850.7800.53
HSL235.25º73.72%26.86%-
HSV(B)235.25º84.87%46.67%-
XYZ3.952.217.67-
YUV34.21175.85116.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.04%
GREEN value IS 26 (10.55% from 255) = 15.95%
BLUE value IS 119 (46.88% from 255) = 73.01%
R=11.04%
G=15.95%
B=73.01%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18261190.850.7800.53235.2573.7226.86
Hex121A77554E035eb4a1b
Octal223216712511606535311233
Binary1001011010111011110101011001110011010111101011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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