#120840

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

Shades of Tolopea #120840

Tints of Tolopea #120840

Color information

#120840 (or 0x120840) is unknown color: approx Tolopea. HEX triplet: 12, 08 and 40. RGB value is (18,8,64). Sum of RGB (Red+Green+Blue) = 18+8+64=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 64 (25.39% from 255 or 71.11% from 90); Max value from RGB is 64 - color contains mainly: blue. Hex color #120840 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120840 is #EDF7BF. Grayscale: #111111. Windows color (decimal): -15595456 or 4196370. OLE color: 4196370.

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

Color convert

RGB18864-
CMYK0.720.8700.75
HSL250.71º77.78%14.12%-
HSV(B)250.71º87.5%25.1%-
XYZ1.260.674.91-
YUV17.37154.31128.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20%
GREEN value IS 8 (3.52% from 255) = 8.89%
BLUE value IS 64 (25.39% from 255) = 71.11%
R=20%
G=8.89%
B=71.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal188640.720.8700.75250.7177.7814.12
Hex12840485704Bfb4ee
Octal2210100110127011337311616
Binary100101000100000010010001010111010010111111101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120840; }

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

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

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

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

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

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

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

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