#130930

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

Shades of Tolopea #130930

Tints of Tolopea #130930

Color information

#130930 (or 0x130930) is unknown color: approx Tolopea. HEX triplet: 13, 09 and 30. RGB value is (19,9,48). Sum of RGB (Red+Green+Blue) = 19+9+48=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 9 (3.91% from 255 or 11.84% from 76); Blue value is 48 (19.14% from 255 or 63.16% from 76); Max value from RGB is 48 - color contains mainly: blue. Hex color #130930 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130930 is #ECF6CF. Grayscale: #101010. Windows color (decimal): -15529680 or 3148051. OLE color: 3148051.

HSL color Cylindrical-coordinate representation of color #130930: hue angle of 255.38º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #130930 is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB19948-
CMYK0.600.8100.81
HSL255.38º68.42%11.18%-
HSV(B)255.38º81.25%18.82%-
XYZ0.90.552.85-
YUV16.44145.81129.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25%
GREEN value IS 9 (3.91% from 255) = 11.84%
BLUE value IS 48 (19.14% from 255) = 63.16%
R=25%
G=11.84%
B=63.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal199480.600.8100.81255.3868.4211.18
Hex139303C51051ff44b
Octal23116074121012137710413
Binary1001110011100001111001010001010100011111111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130930; }

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

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

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

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

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

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

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

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