#130631

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

Shades of Tolopea #130631

Tints of Tolopea #130631

Color information

#130631 (or 0x130631) is unknown color: approx Tolopea. HEX triplet: 13, 06 and 31. RGB value is (19,6,49). Sum of RGB (Red+Green+Blue) = 19+6+49=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 6 (2.73% from 255 or 8.11% from 74); Blue value is 49 (19.53% from 255 or 66.22% from 74); Max value from RGB is 49 - color contains mainly: blue. Hex color #130631 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130631 is #ECF9CE. Grayscale: #0E0E0E. Windows color (decimal): -15530447 or 3212819. OLE color: 3212819.

HSL color Cylindrical-coordinate representation of color #130631: hue angle of 258.14º 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 #130631 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB19649-
CMYK0.610.8800.81
HSL258.14º78.18%10.78%-
HSV(B)258.14º87.76%19.22%-
XYZ0.890.492.95-
YUV14.79147.31131-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25.68%
GREEN value IS 6 (2.73% from 255) = 8.11%
BLUE value IS 49 (19.53% from 255) = 66.22%
R=25.68%
G=8.11%
B=66.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal196490.610.8800.81258.1478.1810.78
Hex136313D580511024eb
Octal2366175130012140211613
Binary1001111011000111110110110000101000110000001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130631; }

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

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

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

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

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

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

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

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