#130D3C

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

Shades of Tolopea #130D3C

Tints of Tolopea #130D3C

Color information

#130D3C (or 0x130D3C) is unknown color: approx Tolopea. HEX triplet: 13, 0D and 3C. RGB value is (19,13,60). Sum of RGB (Red+Green+Blue) = 19+13+60=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 13 (5.47% from 255 or 14.13% from 92); Blue value is 60 (23.83% from 255 or 65.22% from 92); Max value from RGB is 60 - color contains mainly: blue. Hex color #130D3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130D3C is #ECF2C3. Grayscale: #131313. Windows color (decimal): -15528644 or 3935507. OLE color: 3935507.

HSL color Cylindrical-coordinate representation of color #130D3C: hue angle of 247.66º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #130D3C is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB191360-
CMYK0.680.7800.76
HSL247.66º64.38%14.31%-
HSV(B)247.66º78.33%23.53%-
XYZ1.230.754.36-
YUV20.15150.49127.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.65%
GREEN value IS 13 (5.47% from 255) = 14.13%
BLUE value IS 60 (23.83% from 255) = 65.22%
R=20.65%
G=14.13%
B=65.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1913600.680.7800.76247.6664.3814.31
Hex13D3C444E04Cf840e
Octal231574104116011437010016
Binary10011110111110010001001001110010011001111100010000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,13,60); }

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

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

 a { background-color: rgb(19,13,60); }

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

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

 span { border-color: rgb(19,13,60); }

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