Shades of Paua #120D45
Tints of Paua #120D45
RGB
CMYK
RGB Variations
Color information
#120D45 (or 0x120D45) is known color: Paua. HEX triplet: 12, 0D and 45. RGB value is (18,13,69). Sum of RGB (Red+Green+Blue) = 18+13+69=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 69 (27.34% from 255 or 69% from 100); Max value from RGB is 69 - color contains mainly: blue. Hex color #120D45 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D45 is #EDF2BA. Grayscale: #141414. Windows color (decimal): -15594171 or 4525330. OLE color: 4525330.
HSL color Cylindrical-coordinate representation of color #120D45: hue angle of 245.36º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #120D45 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 13 | 69 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.73 |
| HSL | 245.36º | 0.68% | 0.16% | - |
| HSV(B) | 245.36º | 0.81% | 0.27% | - |
| XYZ | 1.47 | 0.85 | 5.72 | - |
| YUV | 20.88 | 155.16 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 13 | 69 | 0.74 | 0.81 | 0 | 0.73 | 245.36 | 0.68 | 0.16 |
| Hex | 12 | D | 45 | 4A | 51 | 0 | 49 | F5 | 44 | 10 |
| Octal | 22 | 15 | 105 | 112 | 121 | 0 | 111 | 365 | 104 | 20 |
| Binary | 10010 | 1101 | 1000101 | 1001010 | 1010001 | 0 | 1001001 | 11110101 | 1000100 | 10000 |
Color Harmonies of #120D45
Complementary color
Monochromatic Colors of #120D45
Black with #120D45
Text Example
Text Example
White with #120D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120D45; }
p { color: rgb(18,13,69); }
H1.HeaderClassName
{
color: #120D45;
}
.AnyTagClassName
{
color: #120D45;
}
</style>
background-color css
<style>
a { background-color: #120D45; }
a { background-color: rgb(18,13,69); }
div.DivClassName
{
background-color: #120D45;
}
.BgClassName
{
background-color: #120D45;
}
</style>
border-color css
<style>
span { border-color: #120D45; }
span { border-color: rgb(18,13,69); }
td.TdClassName
{
border-color: #120D45;
}
.TagClassName
{
border-color: #120D45;
}
</style>