Shades of Tolopea #180F33
Tints of Tolopea #180F33
RGB
CMYK
RGB Variations
Color information
#180F33 (or 0x180F33) is known color: Tolopea. HEX triplet: 18, 0F and 33. RGB value is (24,15,51). Sum of RGB (Red+Green+Blue) = 24+15+51=90 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.67% from 90); Green value is 15 (6.25% from 255 or 16.67% from 90); Blue value is 51 (20.31% from 255 or 56.67% from 90); Max value from RGB is 51 - color contains mainly: blue. Hex color #180F33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180F33 is #E7F0CC. Grayscale: #151515. Windows color (decimal): -15200461 or 3346200. OLE color: 3346200.
HSL color Cylindrical-coordinate representation of color #180F33: hue angle of 255º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #180F33 is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 24 | 15 | 51 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.8 |
| HSL | 255º | 0.55% | 0.13% | - |
| HSV(B) | 255º | 0.71% | 0.2% | - |
| XYZ | 1.15 | 0.77 | 3.22 | - |
| YUV | 21.8 | 144.48 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 15 | 51 | 0.53 | 0.71 | 0 | 0.8 | 255 | 0.55 | 0.13 |
| Hex | 18 | F | 33 | 35 | 47 | 0 | 50 | FF | 37 | D |
| Octal | 30 | 17 | 63 | 65 | 107 | 0 | 120 | 377 | 67 | 15 |
| Binary | 11000 | 1111 | 110011 | 110101 | 1000111 | 0 | 1010000 | 11111111 | 110111 | 1101 |
Color Harmonies of #180F33
Complementary color
Monochromatic Colors of #180F33
Black with #180F33
Text Example
Text Example
White with #180F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180F33; }
p { color: rgb(24,15,51); }
H1.HeaderClassName
{
color: #180F33;
}
.AnyTagClassName
{
color: #180F33;
}
</style>
background-color css
<style>
a { background-color: #180F33; }
a { background-color: rgb(24,15,51); }
div.DivClassName
{
background-color: #180F33;
}
.BgClassName
{
background-color: #180F33;
}
</style>
border-color css
<style>
span { border-color: #180F33; }
span { border-color: rgb(24,15,51); }
td.TdClassName
{
border-color: #180F33;
}
.TagClassName
{
border-color: #180F33;
}
</style>