Shades of Paua #12134A
Tints of Paua #12134A
RGB
CMYK
RGB Variations
Color information
#12134A (or 0x12134A) is known color: Paua. HEX triplet: 12, 13 and 4A. RGB value is (18,19,74). Sum of RGB (Red+Green+Blue) = 18+19+74=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 74 (29.30% from 255 or 66.67% from 111); Max value from RGB is 74 - color contains mainly: blue. Hex color #12134A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12134A is #EDECB5. Grayscale: #181818. Windows color (decimal): -15592630 or 4854546. OLE color: 4854546.
HSL color Cylindrical-coordinate representation of color #12134A: hue angle of 238.93º 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 #12134A is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 19 | 74 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.71 |
| HSL | 238.93º | 0.61% | 0.18% | - |
| HSV(B) | 238.93º | 0.76% | 0.29% | - |
| XYZ | 1.72 | 1.09 | 6.6 | - |
| YUV | 24.97 | 155.67 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 74 | 0.76 | 0.74 | 0 | 0.71 | 238.93 | 0.61 | 0.18 |
| Hex | 12 | 13 | 4A | 4C | 4A | 0 | 47 | EF | 3D | 12 |
| Octal | 22 | 23 | 112 | 114 | 112 | 0 | 107 | 357 | 75 | 22 |
| Binary | 10010 | 10011 | 1001010 | 1001100 | 1001010 | 0 | 1000111 | 11101111 | 111101 | 10010 |
Color Harmonies of #12134A
Complementary color
Monochromatic Colors of #12134A
Black with #12134A
Text Example
Text Example
White with #12134A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12134A; }
p { color: rgb(18,19,74); }
H1.HeaderClassName
{
color: #12134A;
}
.AnyTagClassName
{
color: #12134A;
}
</style>
background-color css
<style>
a { background-color: #12134A; }
a { background-color: rgb(18,19,74); }
div.DivClassName
{
background-color: #12134A;
}
.BgClassName
{
background-color: #12134A;
}
</style>
border-color css
<style>
span { border-color: #12134A; }
span { border-color: rgb(18,19,74); }
td.TdClassName
{
border-color: #12134A;
}
.TagClassName
{
border-color: #12134A;
}
</style>