#130A3F

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

Shades of Tolopea #130A3F

Tints of Tolopea #130A3F

Color information

#130A3F (or 0x130A3F) is unknown color: approx Tolopea. HEX triplet: 13, 0A and 3F. RGB value is (19,10,63). Sum of RGB (Red+Green+Blue) = 19+10+63=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 10 (4.30% from 255 or 10.87% from 92); Blue value is 63 (25% from 255 or 68.48% from 92); Max value from RGB is 63 - color contains mainly: blue. Hex color #130A3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A3F is #ECF5C0. Grayscale: #121212. Windows color (decimal): -15529409 or 4131347. OLE color: 4131347.

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

Color convert

RGB191063-
CMYK0.700.8400.75
HSL250.19º72.6%14.31%-
HSV(B)250.19º84.13%24.71%-
XYZ1.270.714.77-
YUV18.73152.98128.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.65%
GREEN value IS 10 (4.30% from 255) = 10.87%
BLUE value IS 63 (25% from 255) = 68.48%
R=20.65%
G=10.87%
B=68.48%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1910630.700.8400.75250.1972.614.31
Hex13A3F465404Bfa49e
Octal231277106124011337211116
Binary10011101011111110001101010100010010111111101010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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