Shades of Paua #180C53
Tints of Paua #180C53
RGB
CMYK
RGB Variations
Color information
#180C53 (or 0x180C53) is known color: Paua. HEX triplet: 18, 0C and 53. RGB value is (24,12,83). Sum of RGB (Red+Green+Blue) = 24+12+83=119 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.17% from 119); Green value is 12 (5.08% from 255 or 10.08% from 119); Blue value is 83 (32.81% from 255 or 69.75% from 119); Max value from RGB is 83 - color contains mainly: blue. Hex color #180C53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180C53 is #E7F3AC. Grayscale: #171717. Windows color (decimal): -15201197 or 5442584. OLE color: 5442584.
HSL color Cylindrical-coordinate representation of color #180C53: hue angle of 250.14º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #180C53 is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 12 | 83 | - |
| CMYK | 0.71 | 0.86 | 0 | 0.67 |
| HSL | 250.14º | 0.75% | 0.19% | - |
| HSV(B) | 250.14º | 0.86% | 0.33% | - |
| XYZ | 2.07 | 1.08 | 8.28 | - |
| YUV | 23.68 | 161.48 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 12 | 83 | 0.71 | 0.86 | 0 | 0.67 | 250.14 | 0.75 | 0.19 |
| Hex | 18 | C | 53 | 47 | 56 | 0 | 43 | FA | 4B | 13 |
| Octal | 30 | 14 | 123 | 107 | 126 | 0 | 103 | 372 | 113 | 23 |
| Binary | 11000 | 1100 | 1010011 | 1000111 | 1010110 | 0 | 1000011 | 11111010 | 1001011 | 10011 |
Color Harmonies of #180C53
Complementary color
Monochromatic Colors of #180C53
Black with #180C53
Text Example
Text Example
White with #180C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180C53; }
p { color: rgb(24,12,83); }
H1.HeaderClassName
{
color: #180C53;
}
.AnyTagClassName
{
color: #180C53;
}
</style>
background-color css
<style>
a { background-color: #180C53; }
a { background-color: rgb(24,12,83); }
div.DivClassName
{
background-color: #180C53;
}
.BgClassName
{
background-color: #180C53;
}
</style>
border-color css
<style>
span { border-color: #180C53; }
span { border-color: rgb(24,12,83); }
td.TdClassName
{
border-color: #180C53;
}
.TagClassName
{
border-color: #180C53;
}
</style>