Shades of Paua #12124D
Tints of Paua #12124D
RGB
CMYK
RGB Variations
Color information
#12124D (or 0x12124D) is known color: Paua. HEX triplet: 12, 12 and 4D. RGB value is (18,18,77). Sum of RGB (Red+Green+Blue) = 18+18+77=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 77 (30.47% from 255 or 68.14% from 113); Max value from RGB is 77 - color contains mainly: blue. Hex color #12124D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12124D is #EDEDB2. Grayscale: #181818. Windows color (decimal): -15592883 or 5050898. OLE color: 5050898.
HSL color Cylindrical-coordinate representation of color #12124D: hue angle of 240º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12124D is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 18 | 77 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.70 |
| HSL | 240º | 0.62% | 0.19% | - |
| HSV(B) | 240º | 0.77% | 0.3% | - |
| XYZ | 1.81 | 1.1 | 7.14 | - |
| YUV | 24.73 | 157.5 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 18 | 77 | 0.77 | 0.77 | 0 | 0.70 | 240 | 0.62 | 0.19 |
| Hex | 12 | 12 | 4D | 4D | 4D | 0 | 46 | F0 | 3E | 13 |
| Octal | 22 | 22 | 115 | 115 | 115 | 0 | 106 | 360 | 76 | 23 |
| Binary | 10010 | 10010 | 1001101 | 1001101 | 1001101 | 0 | 1000110 | 11110000 | 111110 | 10011 |
Color Harmonies of #12124D
Complementary color
Monochromatic Colors of #12124D
Black with #12124D
Text Example
Text Example
White with #12124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12124D; }
p { color: rgb(18,18,77); }
H1.HeaderClassName
{
color: #12124D;
}
.AnyTagClassName
{
color: #12124D;
}
</style>
background-color css
<style>
a { background-color: #12124D; }
a { background-color: rgb(18,18,77); }
div.DivClassName
{
background-color: #12124D;
}
.BgClassName
{
background-color: #12124D;
}
</style>
border-color css
<style>
span { border-color: #12124D; }
span { border-color: rgb(18,18,77); }
td.TdClassName
{
border-color: #12124D;
}
.TagClassName
{
border-color: #12124D;
}
</style>