#120531

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

Shades of Tolopea #120531

Tints of Tolopea #120531

Color information

#120531 (or 0x120531) is unknown color: approx Tolopea. HEX triplet: 12, 05 and 31. RGB value is (18,5,49). Sum of RGB (Red+Green+Blue) = 18+5+49=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 49 (19.53% from 255 or 68.06% from 72); Max value from RGB is 49 - color contains mainly: blue. Hex color #120531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120531 is #EDFACE. Grayscale: #0D0D0D. Windows color (decimal): -15596239 or 3212562. OLE color: 3212562.

HSL color Cylindrical-coordinate representation of color #120531: hue angle of 257.73º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #120531 is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB18549-
CMYK0.630.9000.81
HSL257.73º81.48%10.59%-
HSV(B)257.73º89.8%19.22%-
XYZ0.860.462.95-
YUV13.9147.81130.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25%
GREEN value IS 5 (2.34% from 255) = 6.94%
BLUE value IS 49 (19.53% from 255) = 68.06%
R=25%
G=6.94%
B=68.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal185490.630.9000.81257.7381.4810.59
Hex125313F5A05110251b
Octal2256177132012140212113
Binary1001010111000111111110110100101000110000001010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120531; }

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

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

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

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

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

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

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

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