Shades of Paua #120C41
Tints of Paua #120C41
RGB
CMYK
RGB Variations
Color information
#120C41 (or 0x120C41) is known color: Paua. HEX triplet: 12, 0C and 41. RGB value is (18,12,65). Sum of RGB (Red+Green+Blue) = 18+12+65=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 12 (5.08% from 255 or 12.63% from 95); Blue value is 65 (25.78% from 255 or 68.42% from 95); Max value from RGB is 65 - color contains mainly: blue. Hex color #120C41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120C41 is #EDF3BE. Grayscale: #131313. Windows color (decimal): -15594431 or 4262930. OLE color: 4262930.
HSL color Cylindrical-coordinate representation of color #120C41: hue angle of 246.79º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #120C41 is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 12 | 65 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.75 |
| HSL | 246.79º | 0.69% | 0.15% | - |
| HSV(B) | 246.79º | 0.82% | 0.25% | - |
| XYZ | 1.34 | 0.77 | 5.08 | - |
| YUV | 19.84 | 153.49 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 12 | 65 | 0.72 | 0.82 | 0 | 0.75 | 246.79 | 0.69 | 0.15 |
| Hex | 12 | C | 41 | 48 | 52 | 0 | 4B | F7 | 45 | F |
| Octal | 22 | 14 | 101 | 110 | 122 | 0 | 113 | 367 | 105 | 17 |
| Binary | 10010 | 1100 | 1000001 | 1001000 | 1010010 | 0 | 1001011 | 11110111 | 1000101 | 1111 |
Color Harmonies of #120C41
Complementary color
Monochromatic Colors of #120C41
Black with #120C41
Text Example
Text Example
White with #120C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120C41; }
p { color: rgb(18,12,65); }
H1.HeaderClassName
{
color: #120C41;
}
.AnyTagClassName
{
color: #120C41;
}
</style>
background-color css
<style>
a { background-color: #120C41; }
a { background-color: rgb(18,12,65); }
div.DivClassName
{
background-color: #120C41;
}
.BgClassName
{
background-color: #120C41;
}
</style>
border-color css
<style>
span { border-color: #120C41; }
span { border-color: rgb(18,12,65); }
td.TdClassName
{
border-color: #120C41;
}
.TagClassName
{
border-color: #120C41;
}
</style>