#130834

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

Shades of Tolopea #130834

Tints of Tolopea #130834

Color information

#130834 (or 0x130834) is unknown color: approx Tolopea. HEX triplet: 13, 08 and 34. RGB value is (19,8,52). Sum of RGB (Red+Green+Blue) = 19+8+52=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 8 (3.52% from 255 or 10.13% from 79); Blue value is 52 (20.70% from 255 or 65.82% from 79); Max value from RGB is 52 - color contains mainly: blue. Hex color #130834 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130834 is #ECF7CB. Grayscale: #101010. Windows color (decimal): -15529932 or 3409939. OLE color: 3409939.

HSL color Cylindrical-coordinate representation of color #130834: hue angle of 255º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #130834 is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB19852-
CMYK0.630.8500.80
HSL255º73.33%11.76%-
HSV(B)255º84.62%20.39%-
XYZ0.980.563.31-
YUV16.3148.14129.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.05%
GREEN value IS 8 (3.52% from 255) = 10.13%
BLUE value IS 52 (20.70% from 255) = 65.82%
R=24.05%
G=10.13%
B=65.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal198520.630.8500.8025573.3311.76
Hex138343F55050ff49c
Octal23106477125012037711114
Binary1001110001101001111111010101010100001111111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130834; }

 p { color: rgb(19,8,52); }

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

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

 a { background-color: rgb(19,8,52); }

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

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

 span { border-color: rgb(19,8,52); }

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