Html Css Color HEX #130A40 Tolopea

📋 copy color: '#130A40'

red 19 ◦ green 10 ◦ blue 64

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

Shades of Tolopea #130A40

Tints of Tolopea #130A40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 68.82%

R = 20.43%
G = 10.75%
B = 68.82%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#130A40 (or 0x130A40) is known color: Tolopea. HEX triplet: 13, 0A and 40. RGB value is (19,10,64). Sum of RGB (Red+Green+Blue) = 19+10+64=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 10 (4.30% from 255 or 10.75% from 93); Blue value is 64 (25.39% from 255 or 68.82% from 93); Max value from RGB is 64 - color contains mainly: blue. Hex color #130A40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A40 is #ECF5BF. Grayscale: #121212. Windows color (decimal): -15529408 or 4196883. OLE color: 4196883.

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

Color convert

RGB 19 10 64 -
CMYK 0.70 0.84 0 0.75
HSL 250º 0.73% 0.15% -
HSV(B) 250º 0.84% 0.25% -
XYZ 1.3 0.73 4.92 -
YUV 18.85 153.48 128.11 -
System Red Green Blue C M Y K H S L
Decimal 19 10 64 0.70 0.84 0 0.75 250 0.73 0.15
Hex 13 A 40 46 54 0 4B FA 49 F
Octal 23 12 100 106 124 0 113 372 111 17
Binary 10011 1010 1000000 1000110 1010100 0 1001011 11111010 1001001 1111

Color Harmonies of #130A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A40

Black with #130A40

Text Example


Text Example

White with #130A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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