Html Css Color HEX #130535 Tolopea

📋 copy color: '#130535'

red 19 ◦ green 5 ◦ blue 53

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

Shades of Tolopea #130535

Tints of Tolopea #130535

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.49%

 BLUE value IS 53 (21.09% from 255) = 68.83%

R = 24.68%
G = 6.49%
B = 68.83%

CMYK

 C value IS 0.64

 M value IS 0.91

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#130535 (or 0x130535) is known color: Tolopea. HEX triplet: 13, 05 and 35. RGB value is (19,5,53). Sum of RGB (Red+Green+Blue) = 19+5+53=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 53 (21.09% from 255 or 68.83% from 77); Max value from RGB is 53 - color contains mainly: blue. Hex color #130535 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130535 is #ECFACA. Grayscale: #0E0E0E. Windows color (decimal): -15530699 or 3474707. OLE color: 3474707.

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

Color convert

RGB 19 5 53 -
CMYK 0.64 0.91 0 0.79
HSL 257.5º 0.83% 0.11% -
HSV(B) 257.5º 0.91% 0.21% -
XYZ 0.97 0.5 3.41 -
YUV 14.66 149.64 131.1 -
System Red Green Blue C M Y K H S L
Decimal 19 5 53 0.64 0.91 0 0.79 257.5 0.83 0.11
Hex 13 5 35 40 5B 0 4F 102 53 B
Octal 23 5 65 100 133 0 117 402 123 13
Binary 10011 101 110101 1000000 1011011 0 1001111 100000010 1010011 1011

Color Harmonies of #130535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130535

Black with #130535

Text Example


Text Example

White with #130535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130535; }

 p { color: rgb(19,5,53); }

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

background-color css

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

 a { background-color: rgb(19,5,53); }

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

border-color css

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

 span { border-color: rgb(19,5,53); }

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