Shades of Paua #0D064B
Tints of Paua #0D064B
RGB
CMYK
RGB Variations
Color information
#0D064B (or 0x0D064B) is known color: Paua. HEX triplet: 0D, 06 and 4B. RGB value is (13,6,75). Sum of RGB (Red+Green+Blue) = 13+6+75=94 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.83% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 75 (29.69% from 255 or 79.79% from 94); Max value from RGB is 75 - color contains mainly: blue. Hex color #0D064B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D064B is #F2F9B4. Grayscale: #0F0F0F. Windows color (decimal): -15923637 or 4916749. OLE color: 4916749.
HSL color Cylindrical-coordinate representation of color #0D064B: hue angle of 246.09º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D064B is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 6 | 75 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.71 |
| HSL | 246.09º | 0.85% | 0.16% | - |
| HSV(B) | 246.09º | 0.92% | 0.29% | - |
| XYZ | 1.5 | 0.72 | 6.72 | - |
| YUV | 15.96 | 161.32 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 6 | 75 | 0.83 | 0.92 | 0 | 0.71 | 246.09 | 0.85 | 0.16 |
| Hex | D | 6 | 4B | 53 | 5C | 0 | 47 | F6 | 55 | 10 |
| Octal | 15 | 6 | 113 | 123 | 134 | 0 | 107 | 366 | 125 | 20 |
| Binary | 1101 | 110 | 1001011 | 1010011 | 1011100 | 0 | 1000111 | 11110110 | 1010101 | 10000 |
Color Harmonies of #0D064B
Complementary color
Monochromatic Colors of #0D064B
Black with #0D064B
Text Example
Text Example
White with #0D064B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D064B; }
p { color: rgb(13,6,75); }
H1.HeaderClassName
{
color: #0D064B;
}
.AnyTagClassName
{
color: #0D064B;
}
</style>
background-color css
<style>
a { background-color: #0D064B; }
a { background-color: rgb(13,6,75); }
div.DivClassName
{
background-color: #0D064B;
}
.BgClassName
{
background-color: #0D064B;
}
</style>
border-color css
<style>
span { border-color: #0D064B; }
span { border-color: rgb(13,6,75); }
td.TdClassName
{
border-color: #0D064B;
}
.TagClassName
{
border-color: #0D064B;
}
</style>