Html Css Color HEX #130A41 Tolopea

📋 copy color: '#130A41'

red 19 ◦ green 10 ◦ blue 65

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

Shades of Tolopea #130A41

Tints of Tolopea #130A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 69.15%

R = 20.21%
G = 10.64%
B = 69.15%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#130A41 (or 0x130A41) is known color: Tolopea. HEX triplet: 13, 0A and 41. RGB value is (19,10,65). Sum of RGB (Red+Green+Blue) = 19+10+65=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 10 (4.30% from 255 or 10.64% from 94); Blue value is 65 (25.78% from 255 or 69.15% from 94); Max value from RGB is 65 - color contains mainly: blue. Hex color #130A41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A41 is #ECF5BE. Grayscale: #121212. Windows color (decimal): -15529407 or 4262419. OLE color: 4262419.

HSL color Cylindrical-coordinate representation of color #130A41: hue angle of 249.82º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #130A41 is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 10 65 -
CMYK 0.71 0.85 0 0.75
HSL 249.82º 0.73% 0.15% -
HSV(B) 249.82º 0.85% 0.25% -
XYZ 1.33 0.74 5.07 -
YUV 18.96 153.98 128.03 -
System Red Green Blue C M Y K H S L
Decimal 19 10 65 0.71 0.85 0 0.75 249.82 0.73 0.15
Hex 13 A 41 47 55 0 4B FA 49 F
Octal 23 12 101 107 125 0 113 372 111 17
Binary 10011 1010 1000001 1000111 1010101 0 1001011 11111010 1001001 1111

Color Harmonies of #130A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A41

Black with #130A41

Text Example


Text Example

White with #130A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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