Shades of Paua #0D024A
Tints of Paua #0D024A
RGB
CMYK
RGB Variations
Color information
#0D024A (or 0x0D024A) is known color: Paua. HEX triplet: 0D, 02 and 4A. RGB value is (13,2,74). Sum of RGB (Red+Green+Blue) = 13+2+74=89 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.61% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 74 (29.30% from 255 or 83.15% from 89); Max value from RGB is 74 - color contains mainly: blue. Hex color #0D024A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D024A is #F2FDB5. Grayscale: #0D0D0D. Windows color (decimal): -15924662 or 4850189. OLE color: 4850189.
HSL color Cylindrical-coordinate representation of color #0D024A: hue angle of 249.17º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D024A is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 2 | 74 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.71 |
| HSL | 249.17º | 0.95% | 0.15% | - |
| HSV(B) | 249.17º | 0.97% | 0.29% | - |
| XYZ | 1.42 | 0.62 | 6.52 | - |
| YUV | 13.5 | 162.14 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 2 | 74 | 0.82 | 0.97 | 0 | 0.71 | 249.17 | 0.95 | 0.15 |
| Hex | D | 2 | 4A | 52 | 61 | 0 | 47 | F9 | 5F | F |
| Octal | 15 | 2 | 112 | 122 | 141 | 0 | 107 | 371 | 137 | 17 |
| Binary | 1101 | 10 | 1001010 | 1010010 | 1100001 | 0 | 1000111 | 11111001 | 1011111 | 1111 |
Color Harmonies of #0D024A
Complementary color
Monochromatic Colors of #0D024A
Black with #0D024A
Text Example
Text Example
White with #0D024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D024A; }
p { color: rgb(13,2,74); }
H1.HeaderClassName
{
color: #0D024A;
}
.AnyTagClassName
{
color: #0D024A;
}
</style>
background-color css
<style>
a { background-color: #0D024A; }
a { background-color: rgb(13,2,74); }
div.DivClassName
{
background-color: #0D024A;
}
.BgClassName
{
background-color: #0D024A;
}
</style>
border-color css
<style>
span { border-color: #0D024A; }
span { border-color: rgb(13,2,74); }
td.TdClassName
{
border-color: #0D024A;
}
.TagClassName
{
border-color: #0D024A;
}
</style>