#13063D

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

Shades of Tolopea #13063D

Tints of Tolopea #13063D

Color information

#13063D (or 0x13063D) is unknown color: approx Tolopea. HEX triplet: 13, 06 and 3D. RGB value is (19,6,61). Sum of RGB (Red+Green+Blue) = 19+6+61=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 6 (2.73% from 255 or 6.98% from 86); Blue value is 61 (24.22% from 255 or 70.93% from 86); Max value from RGB is 61 - color contains mainly: blue. Hex color #13063D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13063D is #ECF9C2. Grayscale: #0F0F0F. Windows color (decimal): -15530435 or 3999251. OLE color: 3999251.

HSL color Cylindrical-coordinate representation of color #13063D: hue angle of 254.18º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13063D is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB19661-
CMYK0.690.9000.76
HSL254.18º82.09%13.14%-
HSV(B)254.18º90.16%23.92%-
XYZ1.180.614.47-
YUV16.16153.31130.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.09%
GREEN value IS 6 (2.73% from 255) = 6.98%
BLUE value IS 61 (24.22% from 255) = 70.93%
R=22.09%
G=6.98%
B=70.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal196610.690.9000.76254.1882.0913.14
Hex1363D455A04Cfe52d
Octal23675105132011437612215
Binary1001111011110110001011011010010011001111111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13063D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13063D; }

 p { color: rgb(19,6,61); }

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

<style>
 a { background-color: #13063D; }

 a { background-color: rgb(19,6,61); }

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

<style>
 span { border-color: #13063D; }

 span { border-color: rgb(19,6,61); }

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