Shades of Paua #120D41
Tints of Paua #120D41
RGB
CMYK
RGB Variations
Color information
#120D41 (or 0x120D41) is known color: Paua. HEX triplet: 12, 0D and 41. RGB value is (18,13,65). Sum of RGB (Red+Green+Blue) = 18+13+65=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 13 (5.47% from 255 or 13.54% from 96); Blue value is 65 (25.78% from 255 or 67.71% from 96); Max value from RGB is 65 - color contains mainly: blue. Hex color #120D41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D41 is #EDF2BE. Grayscale: #141414. Windows color (decimal): -15594175 or 4263186. OLE color: 4263186.
HSL color Cylindrical-coordinate representation of color #120D41: hue angle of 245.77º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #120D41 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 18 | 13 | 65 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.75 |
| HSL | 245.77º | 0.67% | 0.15% | - |
| HSV(B) | 245.77º | 0.8% | 0.25% | - |
| XYZ | 1.35 | 0.8 | 5.08 | - |
| YUV | 20.42 | 153.16 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 13 | 65 | 0.72 | 0.80 | 0 | 0.75 | 245.77 | 0.67 | 0.15 |
| Hex | 12 | D | 41 | 48 | 50 | 0 | 4B | F6 | 43 | F |
| Octal | 22 | 15 | 101 | 110 | 120 | 0 | 113 | 366 | 103 | 17 |
| Binary | 10010 | 1101 | 1000001 | 1001000 | 1010000 | 0 | 1001011 | 11110110 | 1000011 | 1111 |
Color Harmonies of #120D41
Complementary color
Monochromatic Colors of #120D41
Black with #120D41
Text Example
Text Example
White with #120D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120D41; }
p { color: rgb(18,13,65); }
H1.HeaderClassName
{
color: #120D41;
}
.AnyTagClassName
{
color: #120D41;
}
</style>
background-color css
<style>
a { background-color: #120D41; }
a { background-color: rgb(18,13,65); }
div.DivClassName
{
background-color: #120D41;
}
.BgClassName
{
background-color: #120D41;
}
</style>
border-color css
<style>
span { border-color: #120D41; }
span { border-color: rgb(18,13,65); }
td.TdClassName
{
border-color: #120D41;
}
.TagClassName
{
border-color: #120D41;
}
</style>