Shades of Paua #12074D
Tints of Paua #12074D
RGB
CMYK
RGB Variations
Color information
#12074D (or 0x12074D) is known color: Paua. HEX triplet: 12, 07 and 4D. RGB value is (18,7,77). Sum of RGB (Red+Green+Blue) = 18+7+77=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 77 (30.47% from 255 or 75.49% from 102); Max value from RGB is 77 - color contains mainly: blue. Hex color #12074D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12074D is #EDF8B2. Grayscale: #121212. Windows color (decimal): -15595699 or 5048082. OLE color: 5048082.
HSL color Cylindrical-coordinate representation of color #12074D: hue angle of 249.43º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12074D is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 7 | 77 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.70 |
| HSL | 249.43º | 0.83% | 0.16% | - |
| HSV(B) | 249.43º | 0.91% | 0.3% | - |
| XYZ | 1.66 | 0.82 | 7.09 | - |
| YUV | 18.27 | 161.14 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 7 | 77 | 0.77 | 0.91 | 0 | 0.70 | 249.43 | 0.83 | 0.16 |
| Hex | 12 | 7 | 4D | 4D | 5B | 0 | 46 | F9 | 53 | 10 |
| Octal | 22 | 7 | 115 | 115 | 133 | 0 | 106 | 371 | 123 | 20 |
| Binary | 10010 | 111 | 1001101 | 1001101 | 1011011 | 0 | 1000110 | 11111001 | 1010011 | 10000 |
Color Harmonies of #12074D
Complementary color
Monochromatic Colors of #12074D
Black with #12074D
Text Example
Text Example
White with #12074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12074D; }
p { color: rgb(18,7,77); }
H1.HeaderClassName
{
color: #12074D;
}
.AnyTagClassName
{
color: #12074D;
}
</style>
background-color css
<style>
a { background-color: #12074D; }
a { background-color: rgb(18,7,77); }
div.DivClassName
{
background-color: #12074D;
}
.BgClassName
{
background-color: #12074D;
}
</style>
border-color css
<style>
span { border-color: #12074D; }
span { border-color: rgb(18,7,77); }
td.TdClassName
{
border-color: #12074D;
}
.TagClassName
{
border-color: #12074D;
}
</style>