Shades of Paua #210F59
Tints of Paua #210F59
RGB
CMYK
RGB Variations
Color information
#210F59 (or 0x210F59) is known color: Paua. HEX triplet: 21, 0F and 59. RGB value is (33,15,89). Sum of RGB (Red+Green+Blue) = 33+15+89=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 15 (6.25% from 255 or 10.95% from 137); Blue value is 89 (35.16% from 255 or 64.96% from 137); Max value from RGB is 89 - color contains mainly: blue. Hex color #210F59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210F59 is #DEF0A6. Grayscale: #1C1C1C. Windows color (decimal): -14610599 or 5836577. OLE color: 5836577.
HSL color Cylindrical-coordinate representation of color #210F59: hue angle of 254.59º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #210F59 is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 15 | 89 | - |
| CMYK | 0.63 | 0.83 | 0 | 0.65 |
| HSL | 254.59º | 0.71% | 0.2% | - |
| HSV(B) | 254.59º | 0.83% | 0.35% | - |
| XYZ | 2.6 | 1.39 | 9.58 | - |
| YUV | 28.82 | 161.96 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 89 | 0.63 | 0.83 | 0 | 0.65 | 254.59 | 0.71 | 0.2 |
| Hex | 21 | F | 59 | 3F | 53 | 0 | 41 | FF | 47 | 14 |
| Octal | 41 | 17 | 131 | 77 | 123 | 0 | 101 | 377 | 107 | 24 |
| Binary | 100001 | 1111 | 1011001 | 111111 | 1010011 | 0 | 1000001 | 11111111 | 1000111 | 10100 |
Color Harmonies of #210F59
Complementary color
Monochromatic Colors of #210F59
Black with #210F59
Text Example
Text Example
White with #210F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210F59; }
p { color: rgb(33,15,89); }
H1.HeaderClassName
{
color: #210F59;
}
.AnyTagClassName
{
color: #210F59;
}
</style>
background-color css
<style>
a { background-color: #210F59; }
a { background-color: rgb(33,15,89); }
div.DivClassName
{
background-color: #210F59;
}
.BgClassName
{
background-color: #210F59;
}
</style>
border-color css
<style>
span { border-color: #210F59; }
span { border-color: rgb(33,15,89); }
td.TdClassName
{
border-color: #210F59;
}
.TagClassName
{
border-color: #210F59;
}
</style>