#140B31

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

Shades of Tolopea #140B31

Tints of Tolopea #140B31

Color information

#140B31 (or 0x140B31) is unknown color: approx Tolopea. HEX triplet: 14, 0B and 31. RGB value is (20,11,49). Sum of RGB (Red+Green+Blue) = 20+11+49=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 49 (19.53% from 255 or 61.25% from 80); Max value from RGB is 49 - color contains mainly: blue. Hex color #140B31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140B31 is #EBF4CE. Grayscale: #111111. Windows color (decimal): -15463631 or 3214100. OLE color: 3214100.

HSL color Cylindrical-coordinate representation of color #140B31: hue angle of 254.21º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #140B31 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB201149-
CMYK0.590.7800.81
HSL254.21º63.33%11.76%-
HSV(B)254.21º77.55%19.22%-
XYZ0.960.612.97-
YUV18.02145.48129.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25%
GREEN value IS 11 (4.69% from 255) = 13.75%
BLUE value IS 49 (19.53% from 255) = 61.25%
R=25%
G=13.75%
B=61.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2011490.590.7800.81254.2163.3311.76
Hex14B313B4E051fe3fc
Octal2413617311601213767714
Binary101001011110001111011100111001010001111111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140B31; }

 p { color: rgb(20,11,49); }

 H1.HeaderClassName
 {
   color: #140B31;
 }
 .AnyTagClassName
 {
   color: #140B31;
 }
</style>
background-color css

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

 a { background-color: rgb(20,11,49); }

 div.DivClassName
 {
   background-color: #140B31;
 }
 .BgClassName
 {
   background-color: #140B31;
 }
</style>
border-color css

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

 span { border-color: rgb(20,11,49); }

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