#130B3A

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

Shades of Tolopea #130B3A

Tints of Tolopea #130B3A

Color information

#130B3A (or 0x130B3A) is unknown color: approx Tolopea. HEX triplet: 13, 0B and 3A. RGB value is (19,11,58). Sum of RGB (Red+Green+Blue) = 19+11+58=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 11 (4.69% from 255 or 12.5% from 88); Blue value is 58 (23.05% from 255 or 65.91% from 88); Max value from RGB is 58 - color contains mainly: blue. Hex color #130B3A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130B3A is #ECF4C5. Grayscale: #121212. Windows color (decimal): -15529158 or 3803923. OLE color: 3803923.

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

Color convert

RGB191158-
CMYK0.670.8100.77
HSL250.21º68.12%13.53%-
HSV(B)250.21º81.03%22.75%-
XYZ1.150.684.07-
YUV18.75150.15128.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.59%
GREEN value IS 11 (4.69% from 255) = 12.5%
BLUE value IS 58 (23.05% from 255) = 65.91%
R=21.59%
G=12.5%
B=65.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1911580.670.8100.77250.2168.1213.53
Hex13B3A435104Dfa44e
Octal231372103121011537210416
Binary10011101111101010000111010001010011011111101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,11,58); }

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

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

 a { background-color: rgb(19,11,58); }

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

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

 span { border-color: rgb(19,11,58); }

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