Html Css Color HEX #130937 Tolopea

📋 copy color: '#130937'

red 19 ◦ green 9 ◦ blue 55

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

Shades of Tolopea #130937

Tints of Tolopea #130937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 66.27%

R = 22.89%
G = 10.84%
B = 66.27%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#130937 (or 0x130937) is known color: Tolopea. HEX triplet: 13, 09 and 37. RGB value is (19,9,55). Sum of RGB (Red+Green+Blue) = 19+9+55=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 9 (3.91% from 255 or 10.84% from 83); Blue value is 55 (21.88% from 255 or 66.27% from 83); Max value from RGB is 55 - color contains mainly: blue. Hex color #130937 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130937 is #ECF6C8. Grayscale: #111111. Windows color (decimal): -15529673 or 3606803. OLE color: 3606803.

HSL color Cylindrical-coordinate representation of color #130937: hue angle of 253.04º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #130937 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 9 55 -
CMYK 0.65 0.84 0 0.78
HSL 253.04º 0.72% 0.13% -
HSV(B) 253.04º 0.84% 0.22% -
XYZ 1.06 0.61 3.68 -
YUV 17.23 149.31 129.26 -
System Red Green Blue C M Y K H S L
Decimal 19 9 55 0.65 0.84 0 0.78 253.04 0.72 0.13
Hex 13 9 37 41 54 0 4E FD 48 D
Octal 23 11 67 101 124 0 116 375 110 15
Binary 10011 1001 110111 1000001 1010100 0 1001110 11111101 1001000 1101

Color Harmonies of #130937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130937

Black with #130937

Text Example


Text Example

White with #130937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130937; }

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

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

background-color css

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

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

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

border-color css

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

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

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