Html Css Color HEX #130B36 Tolopea

📋 copy color: '#130B36'

red 19 ◦ green 11 ◦ blue 54

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

Shades of Tolopea #130B36

Tints of Tolopea #130B36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 64.29%

R = 22.62%
G = 13.1%
B = 64.29%

CMYK

 C value IS 0.65

 M value IS 0.80

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#130B36 (or 0x130B36) is known color: Tolopea. HEX triplet: 13, 0B and 36. RGB value is (19,11,54). Sum of RGB (Red+Green+Blue) = 19+11+54=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 11 (4.69% from 255 or 13.10% from 84); Blue value is 54 (21.48% from 255 or 64.29% from 84); Max value from RGB is 54 - color contains mainly: blue. Hex color #130B36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130B36 is #ECF4C9. Grayscale: #121212. Windows color (decimal): -15529162 or 3541779. OLE color: 3541779.

HSL color Cylindrical-coordinate representation of color #130B36: hue angle of 251.16º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #130B36 is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 11 54 -
CMYK 0.65 0.80 0 0.79
HSL 251.16º 0.66% 0.13% -
HSV(B) 251.16º 0.8% 0.21% -
XYZ 1.05 0.64 3.56 -
YUV 18.29 148.15 128.5 -
System Red Green Blue C M Y K H S L
Decimal 19 11 54 0.65 0.80 0 0.79 251.16 0.66 0.13
Hex 13 B 36 41 50 0 4F FB 42 D
Octal 23 13 66 101 120 0 117 373 102 15
Binary 10011 1011 110110 1000001 1010000 0 1001111 11111011 1000010 1101

Color Harmonies of #130B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130B36

Black with #130B36

Text Example


Text Example

White with #130B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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