Shades of Paua #12124A
Tints of Paua #12124A
RGB
CMYK
RGB Variations
Color information
#12124A (or 0x12124A) is known color: Paua. HEX triplet: 12, 12 and 4A. RGB value is (18,18,74). Sum of RGB (Red+Green+Blue) = 18+18+74=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 74 (29.30% from 255 or 67.27% from 110); Max value from RGB is 74 - color contains mainly: blue. Hex color #12124A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12124A is #EDEDB5. Grayscale: #181818. Windows color (decimal): -15592886 or 4854290. OLE color: 4854290.
HSL color Cylindrical-coordinate representation of color #12124A: hue angle of 240º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12124A is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 18 | 74 | - |
| CMYK | 0.76 | 0.76 | 0 | 0.71 |
| HSL | 240º | 0.61% | 0.18% | - |
| HSV(B) | 240º | 0.76% | 0.29% | - |
| XYZ | 1.7 | 1.06 | 6.59 | - |
| YUV | 24.38 | 156 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 18 | 74 | 0.76 | 0.76 | 0 | 0.71 | 240 | 0.61 | 0.18 |
| Hex | 12 | 12 | 4A | 4C | 4C | 0 | 47 | F0 | 3D | 12 |
| Octal | 22 | 22 | 112 | 114 | 114 | 0 | 107 | 360 | 75 | 22 |
| Binary | 10010 | 10010 | 1001010 | 1001100 | 1001100 | 0 | 1000111 | 11110000 | 111101 | 10010 |
Color Harmonies of #12124A
Complementary color
Monochromatic Colors of #12124A
Black with #12124A
Text Example
Text Example
White with #12124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12124A; }
p { color: rgb(18,18,74); }
H1.HeaderClassName
{
color: #12124A;
}
.AnyTagClassName
{
color: #12124A;
}
</style>
background-color css
<style>
a { background-color: #12124A; }
a { background-color: rgb(18,18,74); }
div.DivClassName
{
background-color: #12124A;
}
.BgClassName
{
background-color: #12124A;
}
</style>
border-color css
<style>
span { border-color: #12124A; }
span { border-color: rgb(18,18,74); }
td.TdClassName
{
border-color: #12124A;
}
.TagClassName
{
border-color: #12124A;
}
</style>