Shades of Paua #180851
Tints of Paua #180851
RGB
CMYK
RGB Variations
Color information
#180851 (or 0x180851) is known color: Paua. HEX triplet: 18, 08 and 51. RGB value is (24,8,81). Sum of RGB (Red+Green+Blue) = 24+8+81=113 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.24% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 81 (32.03% from 255 or 71.68% from 113); Max value from RGB is 81 - color contains mainly: blue. Hex color #180851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180851 is #E7F7AE. Grayscale: #141414. Windows color (decimal): -15202223 or 5310488. OLE color: 5310488.
HSL color Cylindrical-coordinate representation of color #180851: hue angle of 253.15º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #180851 is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 8 | 81 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.68 |
| HSL | 253.15º | 0.82% | 0.17% | - |
| HSV(B) | 253.15º | 0.9% | 0.32% | - |
| XYZ | 1.95 | 0.96 | 7.87 | - |
| YUV | 21.11 | 161.8 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 81 | 0.70 | 0.90 | 0 | 0.68 | 253.15 | 0.82 | 0.17 |
| Hex | 18 | 8 | 51 | 46 | 5A | 0 | 44 | FD | 52 | 11 |
| Octal | 30 | 10 | 121 | 106 | 132 | 0 | 104 | 375 | 122 | 21 |
| Binary | 11000 | 1000 | 1010001 | 1000110 | 1011010 | 0 | 1000100 | 11111101 | 1010010 | 10001 |
Color Harmonies of #180851
Complementary color
Monochromatic Colors of #180851
Black with #180851
Text Example
Text Example
White with #180851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180851; }
p { color: rgb(24,8,81); }
H1.HeaderClassName
{
color: #180851;
}
.AnyTagClassName
{
color: #180851;
}
</style>
background-color css
<style>
a { background-color: #180851; }
a { background-color: rgb(24,8,81); }
div.DivClassName
{
background-color: #180851;
}
.BgClassName
{
background-color: #180851;
}
</style>
border-color css
<style>
span { border-color: #180851; }
span { border-color: rgb(24,8,81); }
td.TdClassName
{
border-color: #180851;
}
.TagClassName
{
border-color: #180851;
}
</style>