Shades of Paua #18104F
Tints of Paua #18104F
RGB
CMYK
RGB Variations
Color information
#18104F (or 0x18104F) is known color: Paua. HEX triplet: 18, 10 and 4F. RGB value is (24,16,79). Sum of RGB (Red+Green+Blue) = 24+16+79=119 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.17% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 79 (31.25% from 255 or 66.39% from 119); Max value from RGB is 79 - color contains mainly: blue. Hex color #18104F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18104F is #E7EFB0. Grayscale: #191919. Windows color (decimal): -15200177 or 5181464. OLE color: 5181464.
HSL color Cylindrical-coordinate representation of color #18104F: hue angle of 247.62º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18104F is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 16 | 79 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.69 |
| HSL | 247.62º | 0.66% | 0.19% | - |
| HSV(B) | 247.62º | 0.8% | 0.31% | - |
| XYZ | 1.97 | 1.13 | 7.51 | - |
| YUV | 25.57 | 158.15 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 16 | 79 | 0.70 | 0.80 | 0 | 0.69 | 247.62 | 0.66 | 0.19 |
| Hex | 18 | 10 | 4F | 46 | 50 | 0 | 45 | F8 | 42 | 13 |
| Octal | 30 | 20 | 117 | 106 | 120 | 0 | 105 | 370 | 102 | 23 |
| Binary | 11000 | 10000 | 1001111 | 1000110 | 1010000 | 0 | 1000101 | 11111000 | 1000010 | 10011 |
Color Harmonies of #18104F
Complementary color
Monochromatic Colors of #18104F
Black with #18104F
Text Example
Text Example
White with #18104F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18104F; }
p { color: rgb(24,16,79); }
H1.HeaderClassName
{
color: #18104F;
}
.AnyTagClassName
{
color: #18104F;
}
</style>
background-color css
<style>
a { background-color: #18104F; }
a { background-color: rgb(24,16,79); }
div.DivClassName
{
background-color: #18104F;
}
.BgClassName
{
background-color: #18104F;
}
</style>
border-color css
<style>
span { border-color: #18104F; }
span { border-color: rgb(24,16,79); }
td.TdClassName
{
border-color: #18104F;
}
.TagClassName
{
border-color: #18104F;
}
</style>