Html Css Color HEX #130A3F Tolopea

📋 copy color: '#130A3F'

red 19 ◦ green 10 ◦ blue 63

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

Shades of Tolopea #130A3F

Tints of Tolopea #130A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 68.48%

R = 20.65%
G = 10.87%
B = 68.48%

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

#130A3F (or 0x130A3F) is known color: Tolopea. HEX triplet: 13, 0A and 3F. RGB value is (19,10,63). Sum of RGB (Red+Green+Blue) = 19+10+63=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 10 (4.30% from 255 or 10.87% from 92); Blue value is 63 (25% from 255 or 68.48% from 92); Max value from RGB is 63 - color contains mainly: blue. Hex color #130A3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A3F is #ECF5C0. Grayscale: #121212. Windows color (decimal): -15529409 or 4131347. OLE color: 4131347.

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

Color convert

RGB 19 10 63 -
CMYK 0.70 0.84 0 0.75
HSL 250.19º 0.73% 0.14% -
HSV(B) 250.19º 0.84% 0.25% -
XYZ 1.27 0.71 4.77 -
YUV 18.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 19 10 63 0.70 0.84 0 0.75 250.19 0.73 0.14
Hex 13 A 3F 46 54 0 4B FA 49 E
Octal 23 12 77 106 124 0 113 372 111 16
Binary 10011 1010 111111 1000110 1010100 0 1001011 11111010 1001001 1110

Color Harmonies of #130A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130A3F

Black with #130A3F

Text Example


Text Example

White with #130A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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