#130738

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

Shades of Tolopea #130738

Tints of Tolopea #130738

Color information

#130738 (or 0x130738) is unknown color: approx Tolopea. HEX triplet: 13, 07 and 38. RGB value is (19,7,56). Sum of RGB (Red+Green+Blue) = 19+7+56=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 7 (3.12% from 255 or 8.54% from 82); Blue value is 56 (22.27% from 255 or 68.29% from 82); Max value from RGB is 56 - color contains mainly: blue. Hex color #130738 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130738 is #ECF8C7. Grayscale: #0F0F0F. Windows color (decimal): -15530184 or 3671827. OLE color: 3671827.

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

Color convert

RGB19756-
CMYK0.660.8800.78
HSL254.69º77.78%12.35%-
HSV(B)254.69º87.5%21.96%-
XYZ1.060.583.8-
YUV16.17150.48130.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.17%
GREEN value IS 7 (3.12% from 255) = 8.54%
BLUE value IS 56 (22.27% from 255) = 68.29%
R=23.17%
G=8.54%
B=68.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal197560.660.8800.78254.6977.7812.35
Hex13738425804Eff4ec
Octal23770102130011637711614
Binary1001111111100010000101011000010011101111111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130738; }

 p { color: rgb(19,7,56); }

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

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

 a { background-color: rgb(19,7,56); }

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

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

 span { border-color: rgb(19,7,56); }

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