#130C37

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

Shades of Tolopea #130C37

Tints of Tolopea #130C37

Color information

#130C37 (or 0x130C37) is unknown color: approx Tolopea. HEX triplet: 13, 0C and 37. RGB value is (19,12,55). Sum of RGB (Red+Green+Blue) = 19+12+55=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 55 (21.88% from 255 or 63.95% from 86); Max value from RGB is 55 - color contains mainly: blue. Hex color #130C37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130C37 is #ECF3C8. Grayscale: #121212. Windows color (decimal): -15528905 or 3607571. OLE color: 3607571.

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

Color convert

RGB191255-
CMYK0.650.7800.78
HSL249.77º64.18%13.14%-
HSV(B)249.77º78.18%21.57%-
XYZ1.090.683.69-
YUV19148.32128-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.09%
GREEN value IS 12 (5.08% from 255) = 13.95%
BLUE value IS 55 (21.88% from 255) = 63.95%
R=22.09%
G=13.95%
B=63.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1912550.650.7800.78249.7764.1813.14
Hex13C37414E04Efa40d
Octal231467101116011637210015
Binary10011110011011110000011001110010011101111101010000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130C37; }

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

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

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

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

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

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

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

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