Shades of Paua #0D094B
Tints of Paua #0D094B
RGB
CMYK
RGB Variations
Color information
#0D094B (or 0x0D094B) is known color: Paua. HEX triplet: 0D, 09 and 4B. RGB value is (13,9,75). Sum of RGB (Red+Green+Blue) = 13+9+75=97 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.40% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 75 (29.69% from 255 or 77.32% from 97); Max value from RGB is 75 - color contains mainly: blue. Hex color #0D094B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D094B is #F2F6B4. Grayscale: #111111. Windows color (decimal): -15922869 or 4917517. OLE color: 4917517.
HSL color Cylindrical-coordinate representation of color #0D094B: hue angle of 243.64º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D094B is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 9 | 75 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.71 |
| HSL | 243.64º | 0.79% | 0.16% | - |
| HSV(B) | 243.64º | 0.88% | 0.29% | - |
| XYZ | 1.53 | 0.79 | 6.73 | - |
| YUV | 17.72 | 160.33 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 9 | 75 | 0.83 | 0.88 | 0 | 0.71 | 243.64 | 0.79 | 0.16 |
| Hex | D | 9 | 4B | 53 | 58 | 0 | 47 | F4 | 4F | 10 |
| Octal | 15 | 11 | 113 | 123 | 130 | 0 | 107 | 364 | 117 | 20 |
| Binary | 1101 | 1001 | 1001011 | 1010011 | 1011000 | 0 | 1000111 | 11110100 | 1001111 | 10000 |
Color Harmonies of #0D094B
Complementary color
Monochromatic Colors of #0D094B
Black with #0D094B
Text Example
Text Example
White with #0D094B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D094B; }
p { color: rgb(13,9,75); }
H1.HeaderClassName
{
color: #0D094B;
}
.AnyTagClassName
{
color: #0D094B;
}
</style>
background-color css
<style>
a { background-color: #0D094B; }
a { background-color: rgb(13,9,75); }
div.DivClassName
{
background-color: #0D094B;
}
.BgClassName
{
background-color: #0D094B;
}
</style>
border-color css
<style>
span { border-color: #0D094B; }
span { border-color: rgb(13,9,75); }
td.TdClassName
{
border-color: #0D094B;
}
.TagClassName
{
border-color: #0D094B;
}
</style>