Shades of Paua #12044D
Tints of Paua #12044D
RGB
CMYK
RGB Variations
Color information
#12044D (or 0x12044D) is known color: Paua. HEX triplet: 12, 04 and 4D. RGB value is (18,4,77). Sum of RGB (Red+Green+Blue) = 18+4+77=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 77 (30.47% from 255 or 77.78% from 99); Max value from RGB is 77 - color contains mainly: blue. Hex color #12044D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12044D is #EDFBB2. Grayscale: #101010. Windows color (decimal): -15596467 or 5047314. OLE color: 5047314.
HSL color Cylindrical-coordinate representation of color #12044D: hue angle of 251.51º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #12044D is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 4 | 77 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.70 |
| HSL | 251.51º | 0.9% | 0.16% | - |
| HSV(B) | 251.51º | 0.95% | 0.3% | - |
| XYZ | 1.63 | 0.75 | 7.08 | - |
| YUV | 16.51 | 162.14 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 4 | 77 | 0.77 | 0.95 | 0 | 0.70 | 251.51 | 0.9 | 0.16 |
| Hex | 12 | 4 | 4D | 4D | 5F | 0 | 46 | FC | 5A | 10 |
| Octal | 22 | 4 | 115 | 115 | 137 | 0 | 106 | 374 | 132 | 20 |
| Binary | 10010 | 100 | 1001101 | 1001101 | 1011111 | 0 | 1000110 | 11111100 | 1011010 | 10000 |
Color Harmonies of #12044D
Complementary color
Monochromatic Colors of #12044D
Black with #12044D
Text Example
Text Example
White with #12044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12044D; }
p { color: rgb(18,4,77); }
H1.HeaderClassName
{
color: #12044D;
}
.AnyTagClassName
{
color: #12044D;
}
</style>
background-color css
<style>
a { background-color: #12044D; }
a { background-color: rgb(18,4,77); }
div.DivClassName
{
background-color: #12044D;
}
.BgClassName
{
background-color: #12044D;
}
</style>
border-color css
<style>
span { border-color: #12044D; }
span { border-color: rgb(18,4,77); }
td.TdClassName
{
border-color: #12044D;
}
.TagClassName
{
border-color: #12044D;
}
</style>