Shades of Paua #18154F
Tints of Paua #18154F
RGB
CMYK
RGB Variations
Color information
#18154F (or 0x18154F) is known color: Paua. HEX triplet: 18, 15 and 4F. RGB value is (24,21,79). Sum of RGB (Red+Green+Blue) = 24+21+79=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 79 (31.25% from 255 or 63.71% from 124); Max value from RGB is 79 - color contains mainly: blue. Hex color #18154F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18154F is #E7EAB0. Grayscale: #1C1C1C. Windows color (decimal): -15198897 or 5182744. OLE color: 5182744.
HSL color Cylindrical-coordinate representation of color #18154F: hue angle of 243.1º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18154F is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 21 | 79 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.69 |
| HSL | 243.1º | 0.58% | 0.2% | - |
| HSV(B) | 243.1º | 0.73% | 0.31% | - |
| XYZ | 2.06 | 1.3 | 7.54 | - |
| YUV | 28.51 | 156.49 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 21 | 79 | 0.70 | 0.73 | 0 | 0.69 | 243.1 | 0.58 | 0.2 |
| Hex | 18 | 15 | 4F | 46 | 49 | 0 | 45 | F3 | 3A | 14 |
| Octal | 30 | 25 | 117 | 106 | 111 | 0 | 105 | 363 | 72 | 24 |
| Binary | 11000 | 10101 | 1001111 | 1000110 | 1001001 | 0 | 1000101 | 11110011 | 111010 | 10100 |
Color Harmonies of #18154F
Complementary color
Monochromatic Colors of #18154F
Black with #18154F
Text Example
Text Example
White with #18154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18154F; }
p { color: rgb(24,21,79); }
H1.HeaderClassName
{
color: #18154F;
}
.AnyTagClassName
{
color: #18154F;
}
</style>
background-color css
<style>
a { background-color: #18154F; }
a { background-color: rgb(24,21,79); }
div.DivClassName
{
background-color: #18154F;
}
.BgClassName
{
background-color: #18154F;
}
</style>
border-color css
<style>
span { border-color: #18154F; }
span { border-color: rgb(24,21,79); }
td.TdClassName
{
border-color: #18154F;
}
.TagClassName
{
border-color: #18154F;
}
</style>