#130537

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

Shades of Tolopea #130537

Tints of Tolopea #130537

Color information

#130537 (or 0x130537) is unknown color: approx Tolopea. HEX triplet: 13, 05 and 37. RGB value is (19,5,55). Sum of RGB (Red+Green+Blue) = 19+5+55=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 55 (21.88% from 255 or 69.62% from 79); Max value from RGB is 55 - color contains mainly: blue. Hex color #130537 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130537 is #ECFAC8. Grayscale: #0E0E0E. Windows color (decimal): -15530697 or 3605779. OLE color: 3605779.

HSL color Cylindrical-coordinate representation of color #130537: hue angle of 256.8º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #130537 is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB19555-
CMYK0.650.9100.78
HSL256.8º83.33%11.76%-
HSV(B)256.8º90.91%21.57%-
XYZ1.010.523.66-
YUV14.89150.64130.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.05%
GREEN value IS 5 (2.34% from 255) = 6.33%
BLUE value IS 55 (21.88% from 255) = 69.62%
R=24.05%
G=6.33%
B=69.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal195550.650.9100.78256.883.3311.76
Hex13537415B04E10153c
Octal23567101133011640112314
Binary10011101110111100000110110110100111010000000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130537; }

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

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

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

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

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

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

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

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