Shades of Paua #180855
Tints of Paua #180855
RGB
CMYK
RGB Variations
Color information
#180855 (or 0x180855) is known color: Paua. HEX triplet: 18, 08 and 55. RGB value is (24,8,85). Sum of RGB (Red+Green+Blue) = 24+8+85=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 8 (3.52% from 255 or 6.84% from 117); Blue value is 85 (33.59% from 255 or 72.65% from 117); Max value from RGB is 85 - color contains mainly: blue. Hex color #180855 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180855 is #E7F7AA. Grayscale: #151515. Windows color (decimal): -15202219 or 5572632. OLE color: 5572632.
HSL color Cylindrical-coordinate representation of color #180855: hue angle of 252.47º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #180855 is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 8 | 85 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.67 |
| HSL | 252.47º | 0.83% | 0.18% | - |
| HSV(B) | 252.47º | 0.91% | 0.33% | - |
| XYZ | 2.1 | 1.02 | 8.68 | - |
| YUV | 21.56 | 163.8 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 85 | 0.72 | 0.91 | 0 | 0.67 | 252.47 | 0.83 | 0.18 |
| Hex | 18 | 8 | 55 | 48 | 5B | 0 | 43 | FC | 53 | 12 |
| Octal | 30 | 10 | 125 | 110 | 133 | 0 | 103 | 374 | 123 | 22 |
| Binary | 11000 | 1000 | 1010101 | 1001000 | 1011011 | 0 | 1000011 | 11111100 | 1010011 | 10010 |
Color Harmonies of #180855
Complementary color
Monochromatic Colors of #180855
Black with #180855
Text Example
Text Example
White with #180855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180855; }
p { color: rgb(24,8,85); }
H1.HeaderClassName
{
color: #180855;
}
.AnyTagClassName
{
color: #180855;
}
</style>
background-color css
<style>
a { background-color: #180855; }
a { background-color: rgb(24,8,85); }
div.DivClassName
{
background-color: #180855;
}
.BgClassName
{
background-color: #180855;
}
</style>
border-color css
<style>
span { border-color: #180855; }
span { border-color: rgb(24,8,85); }
td.TdClassName
{
border-color: #180855;
}
.TagClassName
{
border-color: #180855;
}
</style>