Shades of Paua #0A0343
Tints of Paua #0A0343
RGB
CMYK
RGB Variations
Color information
#0A0343 (or 0x0A0343) is known color: Paua. HEX triplet: 0A, 03 and 43. RGB value is (10,3,67). Sum of RGB (Red+Green+Blue) = 10+3+67=80 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.5% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 67 (26.56% from 255 or 83.75% from 80); Max value from RGB is 67 - color contains mainly: blue. Hex color #0A0343 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0343 is #F5FCBC. Grayscale: #0C0C0C. Windows color (decimal): -16121021 or 4391690. OLE color: 4391690.
HSL color Cylindrical-coordinate representation of color #0A0343: hue angle of 246.56º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A0343 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 10 | 3 | 67 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.74 |
| HSL | 246.56º | 0.91% | 0.14% | - |
| HSV(B) | 246.56º | 0.96% | 0.26% | - |
| XYZ | 1.17 | 0.53 | 5.35 | - |
| YUV | 12.39 | 158.82 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 3 | 67 | 0.85 | 0.96 | 0 | 0.74 | 246.56 | 0.91 | 0.14 |
| Hex | A | 3 | 43 | 55 | 60 | 0 | 4A | F7 | 5B | E |
| Octal | 12 | 3 | 103 | 125 | 140 | 0 | 112 | 367 | 133 | 16 |
| Binary | 1010 | 11 | 1000011 | 1010101 | 1100000 | 0 | 1001010 | 11110111 | 1011011 | 1110 |
Color Harmonies of #0A0343
Complementary color
Monochromatic Colors of #0A0343
Black with #0A0343
Text Example
Text Example
White with #0A0343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0343; }
p { color: rgb(10,3,67); }
H1.HeaderClassName
{
color: #0A0343;
}
.AnyTagClassName
{
color: #0A0343;
}
</style>
background-color css
<style>
a { background-color: #0A0343; }
a { background-color: rgb(10,3,67); }
div.DivClassName
{
background-color: #0A0343;
}
.BgClassName
{
background-color: #0A0343;
}
</style>
border-color css
<style>
span { border-color: #0A0343; }
span { border-color: rgb(10,3,67); }
td.TdClassName
{
border-color: #0A0343;
}
.TagClassName
{
border-color: #0A0343;
}
</style>