#130730

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

Shades of Tolopea #130730

Tints of Tolopea #130730

Color information

#130730 (or 0x130730) is unknown color: approx Tolopea. HEX triplet: 13, 07 and 30. RGB value is (19,7,48). Sum of RGB (Red+Green+Blue) = 19+7+48=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 7 (3.12% from 255 or 9.46% from 74); Blue value is 48 (19.14% from 255 or 64.86% from 74); Max value from RGB is 48 - color contains mainly: blue. Hex color #130730 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130730 is #ECF8CF. Grayscale: #0F0F0F. Windows color (decimal): -15530192 or 3147539. OLE color: 3147539.

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

Color convert

RGB19748-
CMYK0.600.8500.81
HSL257.56º74.55%10.78%-
HSV(B)257.56º85.42%18.82%-
XYZ0.880.52.85-
YUV15.26146.48130.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25.68%
GREEN value IS 7 (3.12% from 255) = 9.46%
BLUE value IS 48 (19.14% from 255) = 64.86%
R=25.68%
G=9.46%
B=64.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal197480.600.8500.81257.5674.5510.78
Hex137303C550511024bb
Octal2376074125012140211313
Binary1001111111000011110010101010101000110000001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130730; }

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

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

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

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

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

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

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

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