Shades of Paua #13074A
Tints of Paua #13074A
RGB
CMYK
RGB Variations
Color information
#13074A (or 0x13074A) is known color: Paua. HEX triplet: 13, 07 and 4A. RGB value is (19,7,74). Sum of RGB (Red+Green+Blue) = 19+7+74=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 7 (3.12% from 255 or 7% from 100); Blue value is 74 (29.30% from 255 or 74% from 100); Max value from RGB is 74 - color contains mainly: blue. Hex color #13074A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13074A is #ECF8B5. Grayscale: #111111. Windows color (decimal): -15530166 or 4851475. OLE color: 4851475.
HSL color Cylindrical-coordinate representation of color #13074A: hue angle of 250.75º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13074A is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 7 | 74 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.71 |
| HSL | 250.75º | 0.83% | 0.16% | - |
| HSV(B) | 250.75º | 0.91% | 0.29% | - |
| XYZ | 1.58 | 0.78 | 6.55 | - |
| YUV | 18.23 | 159.48 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 7 | 74 | 0.74 | 0.91 | 0 | 0.71 | 250.75 | 0.83 | 0.16 |
| Hex | 13 | 7 | 4A | 4A | 5B | 0 | 47 | FB | 53 | 10 |
| Octal | 23 | 7 | 112 | 112 | 133 | 0 | 107 | 373 | 123 | 20 |
| Binary | 10011 | 111 | 1001010 | 1001010 | 1011011 | 0 | 1000111 | 11111011 | 1010011 | 10000 |
Color Harmonies of #13074A
Complementary color
Monochromatic Colors of #13074A
Black with #13074A
Text Example
Text Example
White with #13074A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13074A; }
p { color: rgb(19,7,74); }
H1.HeaderClassName
{
color: #13074A;
}
.AnyTagClassName
{
color: #13074A;
}
</style>
background-color css
<style>
a { background-color: #13074A; }
a { background-color: rgb(19,7,74); }
div.DivClassName
{
background-color: #13074A;
}
.BgClassName
{
background-color: #13074A;
}
</style>
border-color css
<style>
span { border-color: #13074A; }
span { border-color: rgb(19,7,74); }
td.TdClassName
{
border-color: #13074A;
}
.TagClassName
{
border-color: #13074A;
}
</style>