Shades of Tolopea #140B3F
Tints of Tolopea #140B3F
RGB
CMYK
RGB Variations
Color information
#140B3F (or 0x140B3F) is known color: Tolopea. HEX triplet: 14, 0B and 3F. RGB value is (20,11,63). Sum of RGB (Red+Green+Blue) = 20+11+63=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 11 (4.69% from 255 or 11.70% from 94); Blue value is 63 (25% from 255 or 67.02% from 94); Max value from RGB is 63 - color contains mainly: blue. Hex color #140B3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140B3F is #EBF4C0. Grayscale: #131313. Windows color (decimal): -15463617 or 4131604. OLE color: 4131604.
HSL color Cylindrical-coordinate representation of color #140B3F: hue angle of 250.38º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #140B3F is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 11 | 63 | - |
| CMYK | 0.68 | 0.83 | 0 | 0.75 |
| HSL | 250.38º | 0.7% | 0.15% | - |
| HSV(B) | 250.38º | 0.83% | 0.25% | - |
| XYZ | 1.31 | 0.75 | 4.78 | - |
| YUV | 19.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 11 | 63 | 0.68 | 0.83 | 0 | 0.75 | 250.38 | 0.7 | 0.15 |
| Hex | 14 | B | 3F | 44 | 53 | 0 | 4B | FA | 46 | F |
| Octal | 24 | 13 | 77 | 104 | 123 | 0 | 113 | 372 | 106 | 17 |
| Binary | 10100 | 1011 | 111111 | 1000100 | 1010011 | 0 | 1001011 | 11111010 | 1000110 | 1111 |
Color Harmonies of #140B3F
Complementary color
Monochromatic Colors of #140B3F
Black with #140B3F
Text Example
Text Example
White with #140B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140B3F; }
p { color: rgb(20,11,63); }
H1.HeaderClassName
{
color: #140B3F;
}
.AnyTagClassName
{
color: #140B3F;
}
</style>
background-color css
<style>
a { background-color: #140B3F; }
a { background-color: rgb(20,11,63); }
div.DivClassName
{
background-color: #140B3F;
}
.BgClassName
{
background-color: #140B3F;
}
</style>
border-color css
<style>
span { border-color: #140B3F; }
span { border-color: rgb(20,11,63); }
td.TdClassName
{
border-color: #140B3F;
}
.TagClassName
{
border-color: #140B3F;
}
</style>