Shades of Paua #120D42
Tints of Paua #120D42
RGB
CMYK
RGB Variations
Color information
#120D42 (or 0x120D42) is known color: Paua. HEX triplet: 12, 0D and 42. RGB value is (18,13,66). Sum of RGB (Red+Green+Blue) = 18+13+66=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 66 (26.17% from 255 or 68.04% from 97); Max value from RGB is 66 - color contains mainly: blue. Hex color #120D42 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D42 is #EDF2BD. Grayscale: #141414. Windows color (decimal): -15594174 or 4328722. OLE color: 4328722.
HSL color Cylindrical-coordinate representation of color #120D42: hue angle of 245.66º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #120D42 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 13 | 66 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.74 |
| HSL | 245.66º | 0.67% | 0.15% | - |
| HSV(B) | 245.66º | 0.8% | 0.26% | - |
| XYZ | 1.38 | 0.81 | 5.24 | - |
| YUV | 20.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 13 | 66 | 0.73 | 0.80 | 0 | 0.74 | 245.66 | 0.67 | 0.15 |
| Hex | 12 | D | 42 | 49 | 50 | 0 | 4A | F6 | 43 | F |
| Octal | 22 | 15 | 102 | 111 | 120 | 0 | 112 | 366 | 103 | 17 |
| Binary | 10010 | 1101 | 1000010 | 1001001 | 1010000 | 0 | 1001010 | 11110110 | 1000011 | 1111 |
Color Harmonies of #120D42
Complementary color
Monochromatic Colors of #120D42
Black with #120D42
Text Example
Text Example
White with #120D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120D42; }
p { color: rgb(18,13,66); }
H1.HeaderClassName
{
color: #120D42;
}
.AnyTagClassName
{
color: #120D42;
}
</style>
background-color css
<style>
a { background-color: #120D42; }
a { background-color: rgb(18,13,66); }
div.DivClassName
{
background-color: #120D42;
}
.BgClassName
{
background-color: #120D42;
}
</style>
border-color css
<style>
span { border-color: #120D42; }
span { border-color: rgb(18,13,66); }
td.TdClassName
{
border-color: #120D42;
}
.TagClassName
{
border-color: #120D42;
}
</style>