Html Css Color HEX #130A35 Tolopea

📋 copy color: '#130A35'

red 19 ◦ green 10 ◦ blue 53

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

Shades of Tolopea #130A35

Tints of Tolopea #130A35

RGB

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

 GREEN value IS 10 (4.3% from 255) = 12.2%

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

R = 23.17%
G = 12.2%
B = 64.63%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#130A35 (or 0x130A35) is known color: Tolopea. HEX triplet: 13, 0A and 35. RGB value is (19,10,53). Sum of RGB (Red+Green+Blue) = 19+10+53=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 10 (4.30% from 255 or 12.20% from 82); Blue value is 53 (21.09% from 255 or 64.63% from 82); Max value from RGB is 53 - color contains mainly: blue. Hex color #130A35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A35 is #ECF5CA. Grayscale: #111111. Windows color (decimal): -15529419 or 3475987. OLE color: 3475987.

HSL color Cylindrical-coordinate representation of color #130A35: hue angle of 252.56º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #130A35 is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 10 53 -
CMYK 0.64 0.81 0 0.79
HSL 252.56º 0.68% 0.12% -
HSV(B) 252.56º 0.81% 0.21% -
XYZ 1.02 0.61 3.43 -
YUV 17.59 147.98 129 -
System Red Green Blue C M Y K H S L
Decimal 19 10 53 0.64 0.81 0 0.79 252.56 0.68 0.12
Hex 13 A 35 40 51 0 4F FD 44 C
Octal 23 12 65 100 121 0 117 375 104 14
Binary 10011 1010 110101 1000000 1010001 0 1001111 11111101 1000100 1100

Color Harmonies of #130A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A35

Black with #130A35

Text Example


Text Example

White with #130A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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