#120539

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

Shades of Tolopea #120539

Tints of Tolopea #120539

Color information

#120539 (or 0x120539) is unknown color: approx Tolopea. HEX triplet: 12, 05 and 39. RGB value is (18,5,57). Sum of RGB (Red+Green+Blue) = 18+5+57=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 57 (22.66% from 255 or 71.25% from 80); Max value from RGB is 57 - color contains mainly: blue. Hex color #120539 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120539 is #EDFAC6. Grayscale: #0E0E0E. Windows color (decimal): -15596231 or 3736850. OLE color: 3736850.

HSL color Cylindrical-coordinate representation of color #120539: hue angle of 255º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #120539 is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB18557-
CMYK0.680.9100.78
HSL255º83.87%12.16%-
HSV(B)255º91.23%22.35%-
XYZ1.040.533.92-
YUV14.82151.81130.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.5%
GREEN value IS 5 (2.34% from 255) = 6.25%
BLUE value IS 57 (22.66% from 255) = 71.25%
R=22.5%
G=6.25%
B=71.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal185570.680.9100.7825583.8712.16
Hex12539445B04Eff54c
Octal22571104133011637712414
Binary1001010111100110001001011011010011101111111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120539; }

 p { color: rgb(18,5,57); }

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

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

 a { background-color: rgb(18,5,57); }

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

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

 span { border-color: rgb(18,5,57); }

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