Shades of Paua #180953
Tints of Paua #180953
RGB
CMYK
RGB Variations
Color information
#180953 (or 0x180953) is known color: Paua. HEX triplet: 18, 09 and 53. RGB value is (24,9,83). Sum of RGB (Red+Green+Blue) = 24+9+83=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 83 (32.81% from 255 or 71.55% from 116); Max value from RGB is 83 - color contains mainly: blue. Hex color #180953 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180953 is #E7F6AC. Grayscale: #151515. Windows color (decimal): -15201965 or 5441816. OLE color: 5441816.
HSL color Cylindrical-coordinate representation of color #180953: hue angle of 252.16º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #180953 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 9 | 83 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.67 |
| HSL | 252.16º | 0.8% | 0.18% | - |
| HSV(B) | 252.16º | 0.89% | 0.33% | - |
| XYZ | 2.04 | 1.01 | 8.27 | - |
| YUV | 21.92 | 162.47 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 9 | 83 | 0.71 | 0.89 | 0 | 0.67 | 252.16 | 0.8 | 0.18 |
| Hex | 18 | 9 | 53 | 47 | 59 | 0 | 43 | FC | 50 | 12 |
| Octal | 30 | 11 | 123 | 107 | 131 | 0 | 103 | 374 | 120 | 22 |
| Binary | 11000 | 1001 | 1010011 | 1000111 | 1011001 | 0 | 1000011 | 11111100 | 1010000 | 10010 |
Color Harmonies of #180953
Complementary color
Monochromatic Colors of #180953
Black with #180953
Text Example
Text Example
White with #180953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180953; }
p { color: rgb(24,9,83); }
H1.HeaderClassName
{
color: #180953;
}
.AnyTagClassName
{
color: #180953;
}
</style>
background-color css
<style>
a { background-color: #180953; }
a { background-color: rgb(24,9,83); }
div.DivClassName
{
background-color: #180953;
}
.BgClassName
{
background-color: #180953;
}
</style>
border-color css
<style>
span { border-color: #180953; }
span { border-color: rgb(24,9,83); }
td.TdClassName
{
border-color: #180953;
}
.TagClassName
{
border-color: #180953;
}
</style>