#121781

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

Shades of Midnight Blue #121781

Tints of Midnight Blue #121781

Color information

#121781 (or 0x121781) is unknown color: approx Midnight Blue. HEX triplet: 12, 17 and 81. RGB value is (18,23,129). Sum of RGB (Red+Green+Blue) = 18+23+129=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 129 (50.78% from 255 or 75.88% from 170); Max value from RGB is 129 - color contains mainly: blue. Hex color #121781 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121781 is #EDE87E. Grayscale: #212121. Windows color (decimal): -15591551 or 8460050. OLE color: 8460050.

HSL color Cylindrical-coordinate representation of color #121781: hue angle of 237.3º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #121781 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1823129-
CMYK0.860.8200.49
HSL237.3º75.51%28.82%-
HSV(B)237.3º86.05%50.59%-
XYZ4.522.3320.98-
YUV33.59181.84116.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.59%
GREEN value IS 23 (9.38% from 255) = 13.53%
BLUE value IS 129 (50.78% from 255) = 75.88%
R=10.59%
G=13.53%
B=75.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18231290.860.8200.49237.375.5128.82
Hex1217815652031ed4c1d
Octal222720112612206135511435
Binary10010101111000000110101101010010011000111101101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121781; }

 p { color: rgb(18,23,129); }

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

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

 a { background-color: rgb(18,23,129); }

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

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

 span { border-color: rgb(18,23,129); }

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