Shades of Tolopea #14063E
Tints of Tolopea #14063E
RGB
CMYK
RGB Variations
Color information
#14063E (or 0x14063E) is known color: Tolopea. HEX triplet: 14, 06 and 3E. RGB value is (20,6,62). Sum of RGB (Red+Green+Blue) = 20+6+62=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 6 (2.73% from 255 or 6.82% from 88); Blue value is 62 (24.61% from 255 or 70.45% from 88); Max value from RGB is 62 - color contains mainly: blue. Hex color #14063E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14063E is #EBF9C1. Grayscale: #101010. Windows color (decimal): -15464898 or 4064788. OLE color: 4064788.
HSL color Cylindrical-coordinate representation of color #14063E: hue angle of 255º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14063E is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 6 | 62 | - |
| CMYK | 0.68 | 0.90 | 0 | 0.76 |
| HSL | 255º | 0.82% | 0.13% | - |
| HSV(B) | 255º | 0.9% | 0.24% | - |
| XYZ | 1.22 | 0.63 | 4.61 | - |
| YUV | 16.57 | 153.64 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 6 | 62 | 0.68 | 0.90 | 0 | 0.76 | 255 | 0.82 | 0.13 |
| Hex | 14 | 6 | 3E | 44 | 5A | 0 | 4C | FF | 52 | D |
| Octal | 24 | 6 | 76 | 104 | 132 | 0 | 114 | 377 | 122 | 15 |
| Binary | 10100 | 110 | 111110 | 1000100 | 1011010 | 0 | 1001100 | 11111111 | 1010010 | 1101 |
Color Harmonies of #14063E
Complementary color
Monochromatic Colors of #14063E
Black with #14063E
Text Example
Text Example
White with #14063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14063E; }
p { color: rgb(20,6,62); }
H1.HeaderClassName
{
color: #14063E;
}
.AnyTagClassName
{
color: #14063E;
}
</style>
background-color css
<style>
a { background-color: #14063E; }
a { background-color: rgb(20,6,62); }
div.DivClassName
{
background-color: #14063E;
}
.BgClassName
{
background-color: #14063E;
}
</style>
border-color css
<style>
span { border-color: #14063E; }
span { border-color: rgb(20,6,62); }
td.TdClassName
{
border-color: #14063E;
}
.TagClassName
{
border-color: #14063E;
}
</style>