#121782

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

Shades of Midnight Blue #121782

Tints of Midnight Blue #121782

Color information

#121782 (or 0x121782) is unknown color: approx Midnight Blue. HEX triplet: 12, 17 and 82. RGB value is (18,23,130). Sum of RGB (Red+Green+Blue) = 18+23+130=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 130 (51.17% from 255 or 76.02% from 171); Max value from RGB is 130 - color contains mainly: blue. Hex color #121782 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121782 is #EDE87D. Grayscale: #212121. Windows color (decimal): -15591550 or 8525586. OLE color: 8525586.

HSL color Cylindrical-coordinate representation of color #121782: hue angle of 237.32º 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 #121782 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1823130-
CMYK0.860.8200.49
HSL237.32º75.68%29.02%-
HSV(B)237.32º86.15%50.98%-
XYZ4.592.3521.33-
YUV33.7182.34116.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.53%
GREEN value IS 23 (9.38% from 255) = 13.45%
BLUE value IS 130 (51.17% from 255) = 76.02%
R=10.53%
G=13.45%
B=76.02%

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
Decimal18231300.860.8200.49237.3275.6829.02
Hex1217825652031ed4c1d
Octal222720212612206135511435
Binary10010101111000001010101101010010011000111101101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121782; }

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

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

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

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

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

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

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

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