#130636

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

Shades of Tolopea #130636

Tints of Tolopea #130636

Color information

#130636 (or 0x130636) is unknown color: approx Tolopea. HEX triplet: 13, 06 and 36. RGB value is (19,6,54). Sum of RGB (Red+Green+Blue) = 19+6+54=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 6 (2.73% from 255 or 7.59% from 79); Blue value is 54 (21.48% from 255 or 68.35% from 79); Max value from RGB is 54 - color contains mainly: blue. Hex color #130636 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130636 is #ECF9C9. Grayscale: #0F0F0F. Windows color (decimal): -15530442 or 3540499. OLE color: 3540499.

HSL color Cylindrical-coordinate representation of color #130636: hue angle of 256.25º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #130636 is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB19654-
CMYK0.650.8900.79
HSL256.25º80%11.76%-
HSV(B)256.25º88.89%21.18%-
XYZ10.543.54-
YUV15.36149.81130.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.05%
GREEN value IS 6 (2.73% from 255) = 7.59%
BLUE value IS 54 (21.48% from 255) = 68.35%
R=24.05%
G=7.59%
B=68.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal196540.650.8900.79256.258011.76
Hex13636415904F10050c
Octal23666101131011740012014
Binary10011110110110100000110110010100111110000000010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130636; }

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

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

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

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

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

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

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

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