#120631

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

Shades of Tolopea #120631

Tints of Tolopea #120631

Color information

#120631 (or 0x120631) is unknown color: approx Tolopea. HEX triplet: 12, 06 and 31. RGB value is (18,6,49). Sum of RGB (Red+Green+Blue) = 18+6+49=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 6 (2.73% from 255 or 8.22% from 73); Blue value is 49 (19.53% from 255 or 67.12% from 73); Max value from RGB is 49 - color contains mainly: blue. Hex color #120631 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120631 is #EDF9CE. Grayscale: #0E0E0E. Windows color (decimal): -15595983 or 3212818. OLE color: 3212818.

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

Color convert

RGB18649-
CMYK0.630.8800.81
HSL256.74º78.18%10.78%-
HSV(B)256.74º87.76%19.22%-
XYZ0.870.482.95-
YUV14.49147.48130.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24.66%
GREEN value IS 6 (2.73% from 255) = 8.22%
BLUE value IS 49 (19.53% from 255) = 67.12%
R=24.66%
G=8.22%
B=67.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal186490.630.8800.81256.7478.1810.78
Hex126313F580511014eb
Octal2266177130012140111613
Binary1001011011000111111110110000101000110000000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120631; }

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

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

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

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

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

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

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

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