Shades of Paua #12054C
Tints of Paua #12054C
RGB
CMYK
RGB Variations
Color information
#12054C (or 0x12054C) is known color: Paua. HEX triplet: 12, 05 and 4C. RGB value is (18,5,76). Sum of RGB (Red+Green+Blue) = 18+5+76=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 76 (30.08% from 255 or 76.77% from 99); Max value from RGB is 76 - color contains mainly: blue. Hex color #12054C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12054C is #EDFAB3. Grayscale: #101010. Windows color (decimal): -15596212 or 4982034. OLE color: 4982034.
HSL color Cylindrical-coordinate representation of color #12054C: hue angle of 250.99º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12054C is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 18 | 5 | 76 | - |
| CMYK | 0.76 | 0.93 | 0 | 0.70 |
| HSL | 250.99º | 0.88% | 0.16% | - |
| HSV(B) | 250.99º | 0.93% | 0.3% | - |
| XYZ | 1.61 | 0.76 | 6.9 | - |
| YUV | 16.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 5 | 76 | 0.76 | 0.93 | 0 | 0.70 | 250.99 | 0.88 | 0.16 |
| Hex | 12 | 5 | 4C | 4C | 5D | 0 | 46 | FB | 58 | 10 |
| Octal | 22 | 5 | 114 | 114 | 135 | 0 | 106 | 373 | 130 | 20 |
| Binary | 10010 | 101 | 1001100 | 1001100 | 1011101 | 0 | 1000110 | 11111011 | 1011000 | 10000 |
Color Harmonies of #12054C
Complementary color
Monochromatic Colors of #12054C
Black with #12054C
Text Example
Text Example
White with #12054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12054C; }
p { color: rgb(18,5,76); }
H1.HeaderClassName
{
color: #12054C;
}
.AnyTagClassName
{
color: #12054C;
}
</style>
background-color css
<style>
a { background-color: #12054C; }
a { background-color: rgb(18,5,76); }
div.DivClassName
{
background-color: #12054C;
}
.BgClassName
{
background-color: #12054C;
}
</style>
border-color css
<style>
span { border-color: #12054C; }
span { border-color: rgb(18,5,76); }
td.TdClassName
{
border-color: #12054C;
}
.TagClassName
{
border-color: #12054C;
}
</style>