#130E3C

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

Shades of Tolopea #130E3C

Tints of Tolopea #130E3C

Color information

#130E3C (or 0x130E3C) is unknown color: approx Tolopea. HEX triplet: 13, 0E and 3C. RGB value is (19,14,60). Sum of RGB (Red+Green+Blue) = 19+14+60=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 14 (5.86% from 255 or 15.05% from 93); Blue value is 60 (23.83% from 255 or 64.52% from 93); Max value from RGB is 60 - color contains mainly: blue. Hex color #130E3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E3C is #ECF1C3. Grayscale: #141414. Windows color (decimal): -15528388 or 3935763. OLE color: 3935763.

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

Color convert

RGB191460-
CMYK0.680.7700.76
HSL246.52º62.16%14.51%-
HSV(B)246.52º76.67%23.53%-
XYZ1.240.784.36-
YUV20.74150.16126.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.43%
GREEN value IS 14 (5.86% from 255) = 15.05%
BLUE value IS 60 (23.83% from 255) = 64.52%
R=20.43%
G=15.05%
B=64.52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1914600.680.7700.76246.5262.1614.51
Hex13E3C444D04Cf73ef
Octal23167410411501143677617
Binary1001111101111001000100100110101001100111101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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