#130A3B

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

Shades of Tolopea #130A3B

Tints of Tolopea #130A3B

Color information

#130A3B (or 0x130A3B) is unknown color: approx Tolopea. HEX triplet: 13, 0A and 3B. RGB value is (19,10,59). Sum of RGB (Red+Green+Blue) = 19+10+59=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 10 (4.30% from 255 or 11.36% from 88); Blue value is 59 (23.44% from 255 or 67.05% from 88); Max value from RGB is 59 - color contains mainly: blue. Hex color #130A3B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A3B is #ECF5C4. Grayscale: #121212. Windows color (decimal): -15529413 or 3869203. OLE color: 3869203.

HSL color Cylindrical-coordinate representation of color #130A3B: hue angle of 251.02º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #130A3B is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB191059-
CMYK0.680.8300.77
HSL251.02º71.01%13.53%-
HSV(B)251.02º83.05%23.14%-
XYZ1.170.674.21-
YUV18.28150.98128.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.59%
GREEN value IS 10 (4.30% from 255) = 11.36%
BLUE value IS 59 (23.44% from 255) = 67.05%
R=21.59%
G=11.36%
B=67.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1910590.680.8300.77251.0271.0113.53
Hex13A3B445304Dfb47e
Octal231273104123011537310716
Binary10011101011101110001001010011010011011111101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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