Html Css Color HEX #130730 Tolopea

📋 copy color: '#130730'

red 19 ◦ green 7 ◦ blue 48

#130730
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tolopea #130730

Tints of Tolopea #130730

RGB

 RED value IS 19 (7.81% from 255) = 25.68%

 GREEN value IS 7 (3.13% from 255) = 9.46%

 BLUE value IS 48 (19.14% from 255) = 64.86%

R = 25.68%
G = 9.46%
B = 64.86%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#130730 (or 0x130730) is known color: Tolopea. HEX triplet: 13, 07 and 30. RGB value is (19,7,48). Sum of RGB (Red+Green+Blue) = 19+7+48=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 7 (3.12% from 255 or 9.46% from 74); Blue value is 48 (19.14% from 255 or 64.86% from 74); Max value from RGB is 48 - color contains mainly: blue. Hex color #130730 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130730 is #ECF8CF. Grayscale: #0F0F0F. Windows color (decimal): -15530192 or 3147539. OLE color: 3147539.

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

Color convert

RGB 19 7 48 -
CMYK 0.60 0.85 0 0.81
HSL 257.56º 0.75% 0.11% -
HSV(B) 257.56º 0.85% 0.19% -
XYZ 0.88 0.5 2.85 -
YUV 15.26 146.48 130.67 -
System Red Green Blue C M Y K H S L
Decimal 19 7 48 0.60 0.85 0 0.81 257.56 0.75 0.11
Hex 13 7 30 3C 55 0 51 102 4B B
Octal 23 7 60 74 125 0 121 402 113 13
Binary 10011 111 110000 111100 1010101 0 1010001 100000010 1001011 1011

Color Harmonies of #130730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130730

Black with #130730

Text Example


Text Example

White with #130730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130730; }

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

 H1.HeaderClassName
 {
   color: #130730;
 }
 .AnyTagClassName
 {
   color: #130730;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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