Html Css Color HEX #130D3B Tolopea

📋 copy color: '#130D3B'

red 19 ◦ green 13 ◦ blue 59

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

Shades of Tolopea #130D3B

Tints of Tolopea #130D3B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 14.29%

 BLUE value IS 59 (23.44% from 255) = 64.84%

R = 20.88%
G = 14.29%
B = 64.84%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#130D3B (or 0x130D3B) is known color: Tolopea. HEX triplet: 13, 0D and 3B. RGB value is (19,13,59). Sum of RGB (Red+Green+Blue) = 19+13+59=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 13 (5.47% from 255 or 14.29% from 91); Blue value is 59 (23.44% from 255 or 64.84% from 91); Max value from RGB is 59 - color contains mainly: blue. Hex color #130D3B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130D3B is #ECF2C4. Grayscale: #131313. Windows color (decimal): -15528645 or 3869971. OLE color: 3869971.

HSL color Cylindrical-coordinate representation of color #130D3B: hue angle of 247.83º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #130D3B is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 19 13 59 -
CMYK 0.68 0.78 0 0.77
HSL 247.83º 0.64% 0.14% -
HSV(B) 247.83º 0.78% 0.23% -
XYZ 1.2 0.74 4.22 -
YUV 20.04 149.99 127.26 -
System Red Green Blue C M Y K H S L
Decimal 19 13 59 0.68 0.78 0 0.77 247.83 0.64 0.14
Hex 13 D 3B 44 4E 0 4D F8 40 E
Octal 23 15 73 104 116 0 115 370 100 16
Binary 10011 1101 111011 1000100 1001110 0 1001101 11111000 1000000 1110

Color Harmonies of #130D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130D3B

Black with #130D3B

Text Example


Text Example

White with #130D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,13,59); }

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

background-color css

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

 a { background-color: rgb(19,13,59); }

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

border-color css

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

 span { border-color: rgb(19,13,59); }

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