#130732

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

Shades of Tolopea #130732

Tints of Tolopea #130732

Color information

#130732 (or 0x130732) is unknown color: approx Tolopea. HEX triplet: 13, 07 and 32. RGB value is (19,7,50). Sum of RGB (Red+Green+Blue) = 19+7+50=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 7 (3.12% from 255 or 9.21% from 76); Blue value is 50 (19.92% from 255 or 65.79% from 76); Max value from RGB is 50 - color contains mainly: blue. Hex color #130732 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130732 is #ECF8CD. Grayscale: #0F0F0F. Windows color (decimal): -15530190 or 3278611. OLE color: 3278611.

HSL color Cylindrical-coordinate representation of color #130732: hue angle of 256.74º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #130732 is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB19750-
CMYK0.620.8600.80
HSL256.74º75.44%11.18%-
HSV(B)256.74º86%19.61%-
XYZ0.920.523.07-
YUV15.49147.48130.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25%
GREEN value IS 7 (3.12% from 255) = 9.21%
BLUE value IS 50 (19.92% from 255) = 65.79%
R=25%
G=9.21%
B=65.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal197500.620.8600.80256.7475.4411.18
Hex137323E560501014bb
Octal2376276126012040111313
Binary1001111111001011111010101100101000010000000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130732; }

 p { color: rgb(19,7,50); }

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

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

 a { background-color: rgb(19,7,50); }

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

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

 span { border-color: rgb(19,7,50); }

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