Shades of Paua #120C4B
Tints of Paua #120C4B
RGB
CMYK
RGB Variations
Color information
#120C4B (or 0x120C4B) is known color: Paua. HEX triplet: 12, 0C and 4B. RGB value is (18,12,75). Sum of RGB (Red+Green+Blue) = 18+12+75=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 75 (29.69% from 255 or 71.43% from 105); Max value from RGB is 75 - color contains mainly: blue. Hex color #120C4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120C4B is #EDF3B4. Grayscale: #141414. Windows color (decimal): -15594421 or 4918290. OLE color: 4918290.
HSL color Cylindrical-coordinate representation of color #120C4B: hue angle of 245.71º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #120C4B is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 12 | 75 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.71 |
| HSL | 245.71º | 0.72% | 0.17% | - |
| HSV(B) | 245.71º | 0.84% | 0.29% | - |
| XYZ | 1.65 | 0.9 | 6.74 | - |
| YUV | 20.98 | 158.49 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 12 | 75 | 0.76 | 0.84 | 0 | 0.71 | 245.71 | 0.72 | 0.17 |
| Hex | 12 | C | 4B | 4C | 54 | 0 | 47 | F6 | 48 | 11 |
| Octal | 22 | 14 | 113 | 114 | 124 | 0 | 107 | 366 | 110 | 21 |
| Binary | 10010 | 1100 | 1001011 | 1001100 | 1010100 | 0 | 1000111 | 11110110 | 1001000 | 10001 |
Color Harmonies of #120C4B
Complementary color
Monochromatic Colors of #120C4B
Black with #120C4B
Text Example
Text Example
White with #120C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120C4B; }
p { color: rgb(18,12,75); }
H1.HeaderClassName
{
color: #120C4B;
}
.AnyTagClassName
{
color: #120C4B;
}
</style>
background-color css
<style>
a { background-color: #120C4B; }
a { background-color: rgb(18,12,75); }
div.DivClassName
{
background-color: #120C4B;
}
.BgClassName
{
background-color: #120C4B;
}
</style>
border-color css
<style>
span { border-color: #120C4B; }
span { border-color: rgb(18,12,75); }
td.TdClassName
{
border-color: #120C4B;
}
.TagClassName
{
border-color: #120C4B;
}
</style>