#130B36

Color #130B36 Tolopea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tolopea #130B36

Tints of Tolopea #130B36

Color information

#130B36 (or 0x130B36) is unknown color: approx 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

RGB191154-
CMYK0.650.8000.79
HSL251.16º66.15%12.75%-
HSV(B)251.16º79.63%21.18%-
XYZ1.050.643.56-
YUV18.29148.15128.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.62%
GREEN value IS 11 (4.69% from 255) = 13.10%
BLUE value IS 54 (21.48% from 255) = 64.29%
R=22.62%
G=13.10%
B=64.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1911540.650.8000.79251.1666.1512.75
Hex13B36415004Ffb42d
Octal231366101120011737310215
Binary10011101111011010000011010000010011111111101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>