Shades of Paua #0D0842
Tints of Paua #0D0842
RGB
CMYK
RGB Variations
Color information
#0D0842 (or 0x0D0842) is known color: Paua. HEX triplet: 0D, 08 and 42. RGB value is (13,8,66). Sum of RGB (Red+Green+Blue) = 13+8+66=87 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.94% from 87); Green value is 8 (3.52% from 255 or 9.20% from 87); Blue value is 66 (26.17% from 255 or 75.86% from 87); Max value from RGB is 66 - color contains mainly: blue. Hex color #0D0842 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0842 is #F2F7BD. Grayscale: #0F0F0F. Windows color (decimal): -15923134 or 4327437. OLE color: 4327437.
HSL color Cylindrical-coordinate representation of color #0D0842: hue angle of 245.17º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D0842 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 13 | 8 | 66 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.74 |
| HSL | 245.17º | 0.78% | 0.15% | - |
| HSV(B) | 245.17º | 0.88% | 0.26% | - |
| XYZ | 1.24 | 0.65 | 5.22 | - |
| YUV | 16.11 | 156.16 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 8 | 66 | 0.80 | 0.88 | 0 | 0.74 | 245.17 | 0.78 | 0.15 |
| Hex | D | 8 | 42 | 50 | 58 | 0 | 4A | F5 | 4E | F |
| Octal | 15 | 10 | 102 | 120 | 130 | 0 | 112 | 365 | 116 | 17 |
| Binary | 1101 | 1000 | 1000010 | 1010000 | 1011000 | 0 | 1001010 | 11110101 | 1001110 | 1111 |
Color Harmonies of #0D0842
Complementary color
Monochromatic Colors of #0D0842
Black with #0D0842
Text Example
Text Example
White with #0D0842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0842; }
p { color: rgb(13,8,66); }
H1.HeaderClassName
{
color: #0D0842;
}
.AnyTagClassName
{
color: #0D0842;
}
</style>
background-color css
<style>
a { background-color: #0D0842; }
a { background-color: rgb(13,8,66); }
div.DivClassName
{
background-color: #0D0842;
}
.BgClassName
{
background-color: #0D0842;
}
</style>
border-color css
<style>
span { border-color: #0D0842; }
span { border-color: rgb(13,8,66); }
td.TdClassName
{
border-color: #0D0842;
}
.TagClassName
{
border-color: #0D0842;
}
</style>