Shades of Tolopea #180D3F
Tints of Tolopea #180D3F
RGB
CMYK
RGB Variations
Color information
#180D3F (or 0x180D3F) is known color: Tolopea. HEX triplet: 18, 0D and 3F. RGB value is (24,13,63). Sum of RGB (Red+Green+Blue) = 24+13+63=100 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 63 (25% from 255 or 63% from 100); Max value from RGB is 63 - color contains mainly: blue. Hex color #180D3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180D3F is #E7F2C0. Grayscale: #151515. Windows color (decimal): -15200961 or 4132120. OLE color: 4132120.
HSL color Cylindrical-coordinate representation of color #180D3F: hue angle of 253.2º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #180D3F is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 13 | 63 | - |
| CMYK | 0.62 | 0.79 | 0 | 0.75 |
| HSL | 253.2º | 0.66% | 0.15% | - |
| HSV(B) | 253.2º | 0.79% | 0.25% | - |
| XYZ | 1.42 | 0.84 | 4.79 | - |
| YUV | 21.99 | 151.14 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 13 | 63 | 0.62 | 0.79 | 0 | 0.75 | 253.2 | 0.66 | 0.15 |
| Hex | 18 | D | 3F | 3E | 4F | 0 | 4B | FD | 42 | F |
| Octal | 30 | 15 | 77 | 76 | 117 | 0 | 113 | 375 | 102 | 17 |
| Binary | 11000 | 1101 | 111111 | 111110 | 1001111 | 0 | 1001011 | 11111101 | 1000010 | 1111 |
Color Harmonies of #180D3F
Complementary color
Monochromatic Colors of #180D3F
Black with #180D3F
Text Example
Text Example
White with #180D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180D3F; }
p { color: rgb(24,13,63); }
H1.HeaderClassName
{
color: #180D3F;
}
.AnyTagClassName
{
color: #180D3F;
}
</style>
background-color css
<style>
a { background-color: #180D3F; }
a { background-color: rgb(24,13,63); }
div.DivClassName
{
background-color: #180D3F;
}
.BgClassName
{
background-color: #180D3F;
}
</style>
border-color css
<style>
span { border-color: #180D3F; }
span { border-color: rgb(24,13,63); }
td.TdClassName
{
border-color: #180D3F;
}
.TagClassName
{
border-color: #180D3F;
}
</style>