#130A34

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

Shades of Tolopea #130A34

Tints of Tolopea #130A34

Color information

#130A34 (or 0x130A34) is unknown color: approx Tolopea. HEX triplet: 13, 0A and 34. RGB value is (19,10,52). Sum of RGB (Red+Green+Blue) = 19+10+52=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 10 (4.30% from 255 or 12.35% from 81); Blue value is 52 (20.70% from 255 or 64.20% from 81); Max value from RGB is 52 - color contains mainly: blue. Hex color #130A34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A34 is #ECF5CB. Grayscale: #111111. Windows color (decimal): -15529420 or 3410451. OLE color: 3410451.

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

Color convert

RGB191052-
CMYK0.630.8100.80
HSL252.86º67.74%12.16%-
HSV(B)252.86º80.77%20.39%-
XYZ10.63.31-
YUV17.48147.48129.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.46%
GREEN value IS 10 (4.30% from 255) = 12.35%
BLUE value IS 52 (20.70% from 255) = 64.20%
R=23.46%
G=12.35%
B=64.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1910520.630.8100.80252.8667.7412.16
Hex13A343F51050fd44c
Octal23126477121012037510414
Binary1001110101101001111111010001010100001111110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130A34; }

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

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

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

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

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

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

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

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