Html Css Color HEX #130940 Tolopea

📋 copy color: '#130940'

red 19 ◦ green 9 ◦ blue 64

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

Shades of Tolopea #130940

Tints of Tolopea #130940

RGB

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

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

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

R = 20.65%
G = 9.78%
B = 69.57%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#130940 (or 0x130940) is known color: Tolopea. HEX triplet: 13, 09 and 40. RGB value is (19,9,64). Sum of RGB (Red+Green+Blue) = 19+9+64=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 64 (25.39% from 255 or 69.57% from 92); Max value from RGB is 64 - color contains mainly: blue. Hex color #130940 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130940 is #ECF6BF. Grayscale: #121212. Windows color (decimal): -15529664 or 4196627. OLE color: 4196627.

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

Color convert

RGB 19 9 64 -
CMYK 0.70 0.86 0 0.75
HSL 250.91º 0.75% 0.14% -
HSV(B) 250.91º 0.86% 0.25% -
XYZ 1.29 0.7 4.92 -
YUV 18.26 153.81 128.53 -
System Red Green Blue C M Y K H S L
Decimal 19 9 64 0.70 0.86 0 0.75 250.91 0.75 0.14
Hex 13 9 40 46 56 0 4B FB 4B E
Octal 23 11 100 106 126 0 113 373 113 16
Binary 10011 1001 1000000 1000110 1010110 0 1001011 11111011 1001011 1110

Color Harmonies of #130940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130940

Black with #130940

Text Example


Text Example

White with #130940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130940; }

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

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

background-color css

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

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

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

border-color css

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

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

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