#130436

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

Shades of Tolopea #130436

Tints of Tolopea #130436

Color information

#130436 (or 0x130436) is unknown color: approx Tolopea. HEX triplet: 13, 04 and 36. RGB value is (19,4,54). Sum of RGB (Red+Green+Blue) = 19+4+54=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 54 (21.48% from 255 or 70.13% from 77); Max value from RGB is 54 - color contains mainly: blue. Hex color #130436 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130436 is #ECFBC9. Grayscale: #0E0E0E. Windows color (decimal): -15530954 or 3539987. OLE color: 3539987.

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

Color convert

RGB19454-
CMYK0.650.9300.79
HSL258º86.21%11.37%-
HSV(B)258º92.59%21.18%-
XYZ0.980.493.53-
YUV14.18150.47131.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.68%
GREEN value IS 4 (1.95% from 255) = 5.19%
BLUE value IS 54 (21.48% from 255) = 70.13%
R=24.68%
G=5.19%
B=70.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal194540.650.9300.7925886.2111.37
Hex13436415D04F10256b
Octal23466101135011740212613
Binary10011100110110100000110111010100111110000001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130436; }

 p { color: rgb(19,4,54); }

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

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

 a { background-color: rgb(19,4,54); }

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

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

 span { border-color: rgb(19,4,54); }

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