Shades of Paua #12124C
Tints of Paua #12124C
RGB
CMYK
RGB Variations
Color information
#12124C (or 0x12124C) is known color: Paua. HEX triplet: 12, 12 and 4C. RGB value is (18,18,76). Sum of RGB (Red+Green+Blue) = 18+18+76=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 76 (30.08% from 255 or 67.86% from 112); Max value from RGB is 76 - color contains mainly: blue. Hex color #12124C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12124C is #EDEDB3. Grayscale: #181818. Windows color (decimal): -15592884 or 4985362. OLE color: 4985362.
HSL color Cylindrical-coordinate representation of color #12124C: hue angle of 240º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #12124C is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 18 | 76 | - |
| CMYK | 0.76 | 0.76 | 0 | 0.70 |
| HSL | 240º | 0.62% | 0.18% | - |
| HSV(B) | 240º | 0.76% | 0.3% | - |
| XYZ | 1.77 | 1.08 | 6.95 | - |
| YUV | 24.61 | 157 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 18 | 76 | 0.76 | 0.76 | 0 | 0.70 | 240 | 0.62 | 0.18 |
| Hex | 12 | 12 | 4C | 4C | 4C | 0 | 46 | F0 | 3E | 12 |
| Octal | 22 | 22 | 114 | 114 | 114 | 0 | 106 | 360 | 76 | 22 |
| Binary | 10010 | 10010 | 1001100 | 1001100 | 1001100 | 0 | 1000110 | 11110000 | 111110 | 10010 |
Color Harmonies of #12124C
Complementary color
Monochromatic Colors of #12124C
Black with #12124C
Text Example
Text Example
White with #12124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12124C; }
p { color: rgb(18,18,76); }
H1.HeaderClassName
{
color: #12124C;
}
.AnyTagClassName
{
color: #12124C;
}
</style>
background-color css
<style>
a { background-color: #12124C; }
a { background-color: rgb(18,18,76); }
div.DivClassName
{
background-color: #12124C;
}
.BgClassName
{
background-color: #12124C;
}
</style>
border-color css
<style>
span { border-color: #12124C; }
span { border-color: rgb(18,18,76); }
td.TdClassName
{
border-color: #12124C;
}
.TagClassName
{
border-color: #12124C;
}
</style>