#130535

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

Shades of Tolopea #130535

Tints of Tolopea #130535

Color information

#130535 (or 0x130535) is unknown color: approx Tolopea. HEX triplet: 13, 05 and 35. RGB value is (19,5,53). Sum of RGB (Red+Green+Blue) = 19+5+53=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 53 (21.09% from 255 or 68.83% from 77); Max value from RGB is 53 - color contains mainly: blue. Hex color #130535 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130535 is #ECFACA. Grayscale: #0E0E0E. Windows color (decimal): -15530699 or 3474707. OLE color: 3474707.

HSL color Cylindrical-coordinate representation of color #130535: hue angle of 257.5º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #130535 is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB19553-
CMYK0.640.9100.79
HSL257.5º82.76%11.37%-
HSV(B)257.5º90.57%20.78%-
XYZ0.970.53.41-
YUV14.66149.64131.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.68%
GREEN value IS 5 (2.34% from 255) = 6.49%
BLUE value IS 53 (21.09% from 255) = 68.83%
R=24.68%
G=6.49%
B=68.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal195530.640.9100.79257.582.7611.37
Hex13535405B04F10253b
Octal23565100133011740212313
Binary10011101110101100000010110110100111110000001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130535; }

 p { color: rgb(19,5,53); }

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

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

 a { background-color: rgb(19,5,53); }

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

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

 span { border-color: rgb(19,5,53); }

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