Html Css Color HEX #130A39 Tolopea

📋 copy color: '#130A39'

red 19 ◦ green 10 ◦ blue 57

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

Shades of Tolopea #130A39

Tints of Tolopea #130A39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 66.28%

R = 22.09%
G = 11.63%
B = 66.28%

CMYK

 C value IS 0.67

 M value IS 0.82

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#130A39 (or 0x130A39) is known color: Tolopea. HEX triplet: 13, 0A and 39. RGB value is (19,10,57). Sum of RGB (Red+Green+Blue) = 19+10+57=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 10 (4.30% from 255 or 11.63% from 86); Blue value is 57 (22.66% from 255 or 66.28% from 86); Max value from RGB is 57 - color contains mainly: blue. Hex color #130A39 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A39 is #ECF5C6. Grayscale: #111111. Windows color (decimal): -15529415 or 3738131. OLE color: 3738131.

HSL color Cylindrical-coordinate representation of color #130A39: hue angle of 251.49º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #130A39 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 10 57 -
CMYK 0.67 0.82 0 0.78
HSL 251.49º 0.7% 0.13% -
HSV(B) 251.49º 0.82% 0.22% -
XYZ 1.12 0.65 3.94 -
YUV 18.05 149.98 128.68 -
System Red Green Blue C M Y K H S L
Decimal 19 10 57 0.67 0.82 0 0.78 251.49 0.7 0.13
Hex 13 A 39 43 52 0 4E FB 46 D
Octal 23 12 71 103 122 0 116 373 106 15
Binary 10011 1010 111001 1000011 1010010 0 1001110 11111011 1000110 1101

Color Harmonies of #130A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A39

Black with #130A39

Text Example


Text Example

White with #130A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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