#120940

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

Shades of Tolopea #120940

Tints of Tolopea #120940

Color information

#120940 (or 0x120940) is unknown color: approx Tolopea. HEX triplet: 12, 09 and 40. RGB value is (18,9,64). Sum of RGB (Red+Green+Blue) = 18+9+64=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 64 (25.39% from 255 or 70.33% from 91); Max value from RGB is 64 - color contains mainly: blue. Hex color #120940 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120940 is #EDF6BF. Grayscale: #111111. Windows color (decimal): -15595200 or 4196626. OLE color: 4196626.

HSL color Cylindrical-coordinate representation of color #120940: hue angle of 249.82º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #120940 is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB18964-
CMYK0.720.8600.75
HSL249.82º75.34%14.31%-
HSV(B)249.82º85.94%25.1%-
XYZ1.270.694.92-
YUV17.96153.98128.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.78%
GREEN value IS 9 (3.91% from 255) = 9.89%
BLUE value IS 64 (25.39% from 255) = 70.33%
R=19.78%
G=9.89%
B=70.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal189640.720.8600.75249.8275.3414.31
Hex12940485604Bfa4be
Octal2211100110126011337211316
Binary100101001100000010010001010110010010111111101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120940; }

 p { color: rgb(18,9,64); }

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

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

 a { background-color: rgb(18,9,64); }

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

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

 span { border-color: rgb(18,9,64); }

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