#130936

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

Shades of Tolopea #130936

Tints of Tolopea #130936

Color information

#130936 (or 0x130936) is unknown color: approx Tolopea. HEX triplet: 13, 09 and 36. RGB value is (19,9,54). Sum of RGB (Red+Green+Blue) = 19+9+54=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 54 (21.48% from 255 or 65.85% from 82); Max value from RGB is 54 - color contains mainly: blue. Hex color #130936 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130936 is #ECF6C9. Grayscale: #101010. Windows color (decimal): -15529674 or 3541267. OLE color: 3541267.

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

Color convert

RGB19954-
CMYK0.650.8300.79
HSL253.33º71.43%12.35%-
HSV(B)253.33º83.33%21.18%-
XYZ1.030.63.55-
YUV17.12148.81129.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.17%
GREEN value IS 9 (3.91% from 255) = 10.98%
BLUE value IS 54 (21.48% from 255) = 65.85%
R=23.17%
G=10.98%
B=65.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal199540.650.8300.79253.3371.4312.35
Hex13936415304Ffd47c
Octal231166101123011737510714
Binary10011100111011010000011010011010011111111110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130936; }

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

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

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

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

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

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

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

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