#122280

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

Shades of Midnight Blue #122280

Tints of Midnight Blue #122280

Color information

#122280 (or 0x122280) is unknown color: approx Midnight Blue. HEX triplet: 12, 22 and 80. RGB value is (18,34,128). Sum of RGB (Red+Green+Blue) = 18+34+128=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 128 (50.39% from 255 or 71.11% from 180); Max value from RGB is 128 - color contains mainly: blue. Hex color #122280 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122280 is #EDDD7F. Grayscale: #272727. Windows color (decimal): -15588736 or 8397330. OLE color: 8397330.

HSL color Cylindrical-coordinate representation of color #122280: hue angle of 231.27º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #122280 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1834128-
CMYK0.860.7300.50
HSL231.27º75.34%28.63%-
HSV(B)231.27º85.94%50.2%-
XYZ4.722.8320.72-
YUV39.93177.7112.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10%
GREEN value IS 34 (13.67% from 255) = 18.89%
BLUE value IS 128 (50.39% from 255) = 71.11%
R=10%
G=18.89%
B=71.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18341280.860.7300.50231.2775.3428.63
Hex1222805649032e74b1d
Octal224220012611106234711335
Binary100101000101000000010101101001001011001011100111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122280; }

 p { color: rgb(18,34,128); }

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

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

 a { background-color: rgb(18,34,128); }

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

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

 span { border-color: rgb(18,34,128); }

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