Html Css Color HEX #130934 Tolopea

📋 copy color: '#130934'

red 19 ◦ green 9 ◦ blue 52

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

Shades of Tolopea #130934

Tints of Tolopea #130934

RGB

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

 GREEN value IS 9 (3.91% from 255) = 11.25%

 BLUE value IS 52 (20.7% from 255) = 65%

R = 23.75%
G = 11.25%
B = 65%

CMYK

 C value IS 0.63

 M value IS 0.83

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#130934 (or 0x130934) is known color: Tolopea. HEX triplet: 13, 09 and 34. RGB value is (19,9,52). Sum of RGB (Red+Green+Blue) = 19+9+52=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 52 (20.70% from 255 or 65% from 80); Max value from RGB is 52 - color contains mainly: blue. Hex color #130934 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130934 is #ECF6CB. Grayscale: #101010. Windows color (decimal): -15529676 or 3410195. OLE color: 3410195.

HSL color Cylindrical-coordinate representation of color #130934: hue angle of 253.95º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #130934 is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 9 52 -
CMYK 0.63 0.83 0 0.80
HSL 253.95º 0.7% 0.12% -
HSV(B) 253.95º 0.83% 0.2% -
XYZ 0.99 0.58 3.31 -
YUV 16.89 147.81 129.5 -
System Red Green Blue C M Y K H S L
Decimal 19 9 52 0.63 0.83 0 0.80 253.95 0.7 0.12
Hex 13 9 34 3F 53 0 50 FE 46 C
Octal 23 11 64 77 123 0 120 376 106 14
Binary 10011 1001 110100 111111 1010011 0 1010000 11111110 1000110 1100

Color Harmonies of #130934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130934

Black with #130934

Text Example


Text Example

White with #130934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130934; }

 p { color: rgb(19,9,52); }

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

background-color css

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

 a { background-color: rgb(19,9,52); }

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

border-color css

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

 span { border-color: rgb(19,9,52); }

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