Shades of Paua #0A0243
Tints of Paua #0A0243
RGB
CMYK
RGB Variations
Color information
#0A0243 (or 0x0A0243) is known color: Paua. HEX triplet: 0A, 02 and 43. RGB value is (10,2,67). Sum of RGB (Red+Green+Blue) = 10+2+67=79 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.66% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 67 (26.56% from 255 or 84.81% from 79); Max value from RGB is 67 - color contains mainly: blue. Hex color #0A0243 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0243 is #F5FDBC. Grayscale: #0B0B0B. Windows color (decimal): -16121277 or 4391434. OLE color: 4391434.
HSL color Cylindrical-coordinate representation of color #0A0243: hue angle of 247.38º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A0243 is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 10 | 2 | 67 | - |
| CMYK | 0.85 | 0.97 | 0 | 0.74 |
| HSL | 247.38º | 0.94% | 0.14% | - |
| HSV(B) | 247.38º | 0.97% | 0.26% | - |
| XYZ | 1.16 | 0.51 | 5.35 | - |
| YUV | 11.8 | 159.15 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 2 | 67 | 0.85 | 0.97 | 0 | 0.74 | 247.38 | 0.94 | 0.14 |
| Hex | A | 2 | 43 | 55 | 61 | 0 | 4A | F7 | 5E | E |
| Octal | 12 | 2 | 103 | 125 | 141 | 0 | 112 | 367 | 136 | 16 |
| Binary | 1010 | 10 | 1000011 | 1010101 | 1100001 | 0 | 1001010 | 11110111 | 1011110 | 1110 |
Color Harmonies of #0A0243
Complementary color
Monochromatic Colors of #0A0243
Black with #0A0243
Text Example
Text Example
White with #0A0243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0243; }
p { color: rgb(10,2,67); }
H1.HeaderClassName
{
color: #0A0243;
}
.AnyTagClassName
{
color: #0A0243;
}
</style>
background-color css
<style>
a { background-color: #0A0243; }
a { background-color: rgb(10,2,67); }
div.DivClassName
{
background-color: #0A0243;
}
.BgClassName
{
background-color: #0A0243;
}
</style>
border-color css
<style>
span { border-color: #0A0243; }
span { border-color: rgb(10,2,67); }
td.TdClassName
{
border-color: #0A0243;
}
.TagClassName
{
border-color: #0A0243;
}
</style>