#13063C

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

Shades of Tolopea #13063C

Tints of Tolopea #13063C

Color information

#13063C (or 0x13063C) is unknown color: approx Tolopea. HEX triplet: 13, 06 and 3C. RGB value is (19,6,60). Sum of RGB (Red+Green+Blue) = 19+6+60=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 6 (2.73% from 255 or 7.06% from 85); Blue value is 60 (23.83% from 255 or 70.59% from 85); Max value from RGB is 60 - color contains mainly: blue. Hex color #13063C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13063C is #ECF9C3. Grayscale: #0F0F0F. Windows color (decimal): -15530436 or 3933715. OLE color: 3933715.

HSL color Cylindrical-coordinate representation of color #13063C: hue angle of 254.44º 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 #13063C is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB19660-
CMYK0.680.9000.76
HSL254.44º81.82%12.94%-
HSV(B)254.44º90%23.53%-
XYZ1.150.594.33-
YUV16.04152.81130.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.35%
GREEN value IS 6 (2.73% from 255) = 7.06%
BLUE value IS 60 (23.83% from 255) = 70.59%
R=22.35%
G=7.06%
B=70.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal196600.680.9000.76254.4481.8212.94
Hex1363C445A04Cfe52d
Octal23674104132011437612215
Binary1001111011110010001001011010010011001111111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13063C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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