#130734

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

Shades of Tolopea #130734

Tints of Tolopea #130734

Color information

#130734 (or 0x130734) is unknown color: approx Tolopea. HEX triplet: 13, 07 and 34. RGB value is (19,7,52). Sum of RGB (Red+Green+Blue) = 19+7+52=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 52 (20.70% from 255 or 66.67% from 78); Max value from RGB is 52 - color contains mainly: blue. Hex color #130734 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130734 is #ECF8CB. Grayscale: #0F0F0F. Windows color (decimal): -15530188 or 3409683. OLE color: 3409683.

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

Color convert

RGB19752-
CMYK0.630.8700.80
HSL256º76.27%11.57%-
HSV(B)256º86.54%20.39%-
XYZ0.960.543.3-
YUV15.72148.48130.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.36%
GREEN value IS 7 (3.12% from 255) = 8.97%
BLUE value IS 52 (20.70% from 255) = 66.67%
R=24.36%
G=8.97%
B=66.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal197520.630.8700.8025676.2711.57
Hex137343F570501004cc
Octal2376477127012040011414
Binary1001111111010011111110101110101000010000000010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130734; }

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

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

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

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

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

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

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

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