Html Css Color HEX #130B37 Tolopea

📋 copy color: '#130B37'

red 19 ◦ green 11 ◦ blue 55

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

Shades of Tolopea #130B37

Tints of Tolopea #130B37

RGB

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

 GREEN value IS 11 (4.69% from 255) = 12.94%

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

R = 22.35%
G = 12.94%
B = 64.71%

CMYK

 C value IS 0.65

 M value IS 0.8

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#130B37 (or 0x130B37) is known color: Tolopea. HEX triplet: 13, 0B and 37. RGB value is (19,11,55). Sum of RGB (Red+Green+Blue) = 19+11+55=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 11 (4.69% from 255 or 12.94% from 85); Blue value is 55 (21.88% from 255 or 64.71% from 85); Max value from RGB is 55 - color contains mainly: blue. Hex color #130B37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130B37 is #ECF4C8. Grayscale: #121212. Windows color (decimal): -15529161 or 3607315. OLE color: 3607315.

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

Color convert

RGB 19 11 55 -
CMYK 0.65 0.8 0 0.78
HSL 250.91º 0.67% 0.13% -
HSV(B) 250.91º 0.8% 0.22% -
XYZ 1.08 0.65 3.68 -
YUV 18.41 148.65 128.42 -
System Red Green Blue C M Y K H S L
Decimal 19 11 55 0.65 0.8 0 0.78 250.91 0.67 0.13
Hex 13 B 37 41 50 0 4E FB 43 D
Octal 23 13 67 101 120 0 116 373 103 15
Binary 10011 1011 110111 1000001 1010000 0 1001110 11111011 1000011 1101

Color Harmonies of #130B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130B37

Black with #130B37

Text Example


Text Example

White with #130B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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