Shades of Paua #180D4A
Tints of Paua #180D4A
RGB
CMYK
RGB Variations
Color information
#180D4A (or 0x180D4A) is known color: Paua. HEX triplet: 18, 0D and 4A. RGB value is (24,13,74). Sum of RGB (Red+Green+Blue) = 24+13+74=111 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.62% from 111); Green value is 13 (5.47% from 255 or 11.71% from 111); Blue value is 74 (29.30% from 255 or 66.67% from 111); Max value from RGB is 74 - color contains mainly: blue. Hex color #180D4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180D4A is #E7F2B5. Grayscale: #171717. Windows color (decimal): -15200950 or 4853016. OLE color: 4853016.
HSL color Cylindrical-coordinate representation of color #180D4A: hue angle of 250.82º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #180D4A is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 13 | 74 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.71 |
| HSL | 250.82º | 0.7% | 0.17% | - |
| HSV(B) | 250.82º | 0.82% | 0.29% | - |
| XYZ | 1.76 | 0.98 | 6.57 | - |
| YUV | 23.24 | 156.64 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 13 | 74 | 0.68 | 0.82 | 0 | 0.71 | 250.82 | 0.7 | 0.17 |
| Hex | 18 | D | 4A | 44 | 52 | 0 | 47 | FB | 46 | 11 |
| Octal | 30 | 15 | 112 | 104 | 122 | 0 | 107 | 373 | 106 | 21 |
| Binary | 11000 | 1101 | 1001010 | 1000100 | 1010010 | 0 | 1000111 | 11111011 | 1000110 | 10001 |
Color Harmonies of #180D4A
Complementary color
Monochromatic Colors of #180D4A
Black with #180D4A
Text Example
Text Example
White with #180D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180D4A; }
p { color: rgb(24,13,74); }
H1.HeaderClassName
{
color: #180D4A;
}
.AnyTagClassName
{
color: #180D4A;
}
</style>
background-color css
<style>
a { background-color: #180D4A; }
a { background-color: rgb(24,13,74); }
div.DivClassName
{
background-color: #180D4A;
}
.BgClassName
{
background-color: #180D4A;
}
</style>
border-color css
<style>
span { border-color: #180D4A; }
span { border-color: rgb(24,13,74); }
td.TdClassName
{
border-color: #180D4A;
}
.TagClassName
{
border-color: #180D4A;
}
</style>