#130637

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

Shades of Tolopea #130637

Tints of Tolopea #130637

Color information

#130637 (or 0x130637) is unknown color: approx Tolopea. HEX triplet: 13, 06 and 37. RGB value is (19,6,55). Sum of RGB (Red+Green+Blue) = 19+6+55=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 55 (21.88% from 255 or 68.75% from 80); Max value from RGB is 55 - color contains mainly: blue. Hex color #130637 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130637 is #ECF9C8. Grayscale: #0F0F0F. Windows color (decimal): -15530441 or 3606035. OLE color: 3606035.

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

Color convert

RGB19655-
CMYK0.650.8900.78
HSL255.92º80.33%11.96%-
HSV(B)255.92º89.09%21.57%-
XYZ1.020.543.67-
YUV15.47150.31130.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.75%
GREEN value IS 6 (2.73% from 255) = 7.5%
BLUE value IS 55 (21.88% from 255) = 68.75%
R=23.75%
G=7.5%
B=68.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal196550.650.8900.78255.9280.3311.96
Hex13637415904E10050c
Octal23667101131011640012014
Binary10011110110111100000110110010100111010000000010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130637; }

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

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

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

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

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

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

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

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