Shades of Paua #120B42
Tints of Paua #120B42
RGB
CMYK
RGB Variations
Color information
#120B42 (or 0x120B42) is known color: Paua. HEX triplet: 12, 0B and 42. RGB value is (18,11,66). Sum of RGB (Red+Green+Blue) = 18+11+66=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 11 (4.69% from 255 or 11.58% from 95); Blue value is 66 (26.17% from 255 or 69.47% from 95); Max value from RGB is 66 - color contains mainly: blue. Hex color #120B42 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120B42 is #EDF4BD. Grayscale: #131313. Windows color (decimal): -15594686 or 4328210. OLE color: 4328210.
HSL color Cylindrical-coordinate representation of color #120B42: hue angle of 247.64º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #120B42 is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 11 | 66 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.74 |
| HSL | 247.64º | 0.71% | 0.15% | - |
| HSV(B) | 247.64º | 0.83% | 0.26% | - |
| XYZ | 1.35 | 0.76 | 5.23 | - |
| YUV | 19.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 11 | 66 | 0.73 | 0.83 | 0 | 0.74 | 247.64 | 0.71 | 0.15 |
| Hex | 12 | B | 42 | 49 | 53 | 0 | 4A | F8 | 47 | F |
| Octal | 22 | 13 | 102 | 111 | 123 | 0 | 112 | 370 | 107 | 17 |
| Binary | 10010 | 1011 | 1000010 | 1001001 | 1010011 | 0 | 1001010 | 11111000 | 1000111 | 1111 |
Color Harmonies of #120B42
Complementary color
Monochromatic Colors of #120B42
Black with #120B42
Text Example
Text Example
White with #120B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120B42; }
p { color: rgb(18,11,66); }
H1.HeaderClassName
{
color: #120B42;
}
.AnyTagClassName
{
color: #120B42;
}
</style>
background-color css
<style>
a { background-color: #120B42; }
a { background-color: rgb(18,11,66); }
div.DivClassName
{
background-color: #120B42;
}
.BgClassName
{
background-color: #120B42;
}
</style>
border-color css
<style>
span { border-color: #120B42; }
span { border-color: rgb(18,11,66); }
td.TdClassName
{
border-color: #120B42;
}
.TagClassName
{
border-color: #120B42;
}
</style>