Shades of Paua #180A55
Tints of Paua #180A55
RGB
CMYK
RGB Variations
Color information
#180A55 (or 0x180A55) is known color: Paua. HEX triplet: 18, 0A and 55. RGB value is (24,10,85). Sum of RGB (Red+Green+Blue) = 24+10+85=119 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.17% from 119); Green value is 10 (4.30% from 255 or 8.40% from 119); Blue value is 85 (33.59% from 255 or 71.43% from 119); Max value from RGB is 85 - color contains mainly: blue. Hex color #180A55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180A55 is #E7F5AA. Grayscale: #161616. Windows color (decimal): -15201707 or 5573144. OLE color: 5573144.
HSL color Cylindrical-coordinate representation of color #180A55: hue angle of 251.2º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #180A55 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 10 | 85 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.67 |
| HSL | 251.2º | 0.79% | 0.19% | - |
| HSV(B) | 251.2º | 0.88% | 0.33% | - |
| XYZ | 2.12 | 1.07 | 8.69 | - |
| YUV | 22.74 | 163.14 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 10 | 85 | 0.72 | 0.88 | 0 | 0.67 | 251.2 | 0.79 | 0.19 |
| Hex | 18 | A | 55 | 48 | 58 | 0 | 43 | FB | 4F | 13 |
| Octal | 30 | 12 | 125 | 110 | 130 | 0 | 103 | 373 | 117 | 23 |
| Binary | 11000 | 1010 | 1010101 | 1001000 | 1011000 | 0 | 1000011 | 11111011 | 1001111 | 10011 |
Color Harmonies of #180A55
Complementary color
Monochromatic Colors of #180A55
Black with #180A55
Text Example
Text Example
White with #180A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180A55; }
p { color: rgb(24,10,85); }
H1.HeaderClassName
{
color: #180A55;
}
.AnyTagClassName
{
color: #180A55;
}
</style>
background-color css
<style>
a { background-color: #180A55; }
a { background-color: rgb(24,10,85); }
div.DivClassName
{
background-color: #180A55;
}
.BgClassName
{
background-color: #180A55;
}
</style>
border-color css
<style>
span { border-color: #180A55; }
span { border-color: rgb(24,10,85); }
td.TdClassName
{
border-color: #180A55;
}
.TagClassName
{
border-color: #180A55;
}
</style>