Shades of Paua #180654
Tints of Paua #180654
RGB
CMYK
RGB Variations
Color information
#180654 (or 0x180654) is known color: Paua. HEX triplet: 18, 06 and 54. RGB value is (24,6,84). Sum of RGB (Red+Green+Blue) = 24+6+84=114 (15% of max value = 765). Red value is 24 (9.77% from 255 or 21.05% from 114); Green value is 6 (2.73% from 255 or 5.26% from 114); Blue value is 84 (33.20% from 255 or 73.68% from 114); Max value from RGB is 84 - color contains mainly: blue. Hex color #180654 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180654 is #E7F9AB. Grayscale: #131313. Windows color (decimal): -15202732 or 5506584. OLE color: 5506584.
HSL color Cylindrical-coordinate representation of color #180654: hue angle of 253.85º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #180654 is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 6 | 84 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.67 |
| HSL | 253.85º | 0.87% | 0.18% | - |
| HSV(B) | 253.85º | 0.93% | 0.33% | - |
| XYZ | 2.04 | 0.96 | 8.47 | - |
| YUV | 20.27 | 163.96 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 6 | 84 | 0.71 | 0.93 | 0 | 0.67 | 253.85 | 0.87 | 0.18 |
| Hex | 18 | 6 | 54 | 47 | 5D | 0 | 43 | FE | 57 | 12 |
| Octal | 30 | 6 | 124 | 107 | 135 | 0 | 103 | 376 | 127 | 22 |
| Binary | 11000 | 110 | 1010100 | 1000111 | 1011101 | 0 | 1000011 | 11111110 | 1010111 | 10010 |
Color Harmonies of #180654
Complementary color
Monochromatic Colors of #180654
Black with #180654
Text Example
Text Example
White with #180654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180654; }
p { color: rgb(24,6,84); }
H1.HeaderClassName
{
color: #180654;
}
.AnyTagClassName
{
color: #180654;
}
</style>
background-color css
<style>
a { background-color: #180654; }
a { background-color: rgb(24,6,84); }
div.DivClassName
{
background-color: #180654;
}
.BgClassName
{
background-color: #180654;
}
</style>
border-color css
<style>
span { border-color: #180654; }
span { border-color: rgb(24,6,84); }
td.TdClassName
{
border-color: #180654;
}
.TagClassName
{
border-color: #180654;
}
</style>