#130633

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

Shades of Tolopea #130633

Tints of Tolopea #130633

Color information

#130633 (or 0x130633) is unknown color: approx Tolopea. HEX triplet: 13, 06 and 33. RGB value is (19,6,51). Sum of RGB (Red+Green+Blue) = 19+6+51=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 6 (2.73% from 255 or 7.89% from 76); Blue value is 51 (20.31% from 255 or 67.11% from 76); Max value from RGB is 51 - color contains mainly: blue. Hex color #130633 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130633 is #ECF9CC. Grayscale: #0E0E0E. Windows color (decimal): -15530445 or 3343891. OLE color: 3343891.

HSL color Cylindrical-coordinate representation of color #130633: hue angle of 257.33º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130633 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB19651-
CMYK0.630.8800.8
HSL257.33º78.95%11.18%-
HSV(B)257.33º88.24%20%-
XYZ0.930.513.18-
YUV15.02148.31130.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25%
GREEN value IS 6 (2.73% from 255) = 7.89%
BLUE value IS 51 (20.31% from 255) = 67.11%
R=25%
G=7.89%
B=67.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal196510.630.8800.8257.3378.9511.18
Hex136333F580501014fb
Octal2366377130012040111713
Binary1001111011001111111110110000101000010000000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130633; }

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

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

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

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

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

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

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

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