#130A41

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

Shades of Tolopea #130A41

Tints of Tolopea #130A41

Color information

#130A41 (or 0x130A41) is unknown color: approx Tolopea. HEX triplet: 13, 0A and 41. RGB value is (19,10,65). Sum of RGB (Red+Green+Blue) = 19+10+65=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 10 (4.30% from 255 or 10.64% from 94); Blue value is 65 (25.78% from 255 or 69.15% from 94); Max value from RGB is 65 - color contains mainly: blue. Hex color #130A41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A41 is #ECF5BE. Grayscale: #121212. Windows color (decimal): -15529407 or 4262419. OLE color: 4262419.

HSL color Cylindrical-coordinate representation of color #130A41: hue angle of 249.82º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #130A41 is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB191065-
CMYK0.710.8500.75
HSL249.82º73.33%14.71%-
HSV(B)249.82º84.62%25.49%-
XYZ1.330.745.07-
YUV18.96153.98128.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.21%
GREEN value IS 10 (4.30% from 255) = 10.64%
BLUE value IS 65 (25.78% from 255) = 69.15%
R=20.21%
G=10.64%
B=69.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1910650.710.8500.75249.8273.3314.71
Hex13A41475504Bfa49f
Octal2312101107125011337211117
Binary100111010100000110001111010101010010111111101010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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