Shades of Paua #0A023E
Tints of Paua #0A023E
RGB
CMYK
RGB Variations
Color information
#0A023E (or 0x0A023E) is known color: Paua. HEX triplet: 0A, 02 and 3E. RGB value is (10,2,62). Sum of RGB (Red+Green+Blue) = 10+2+62=74 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.51% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 62 (24.61% from 255 or 83.78% from 74); Max value from RGB is 62 - color contains mainly: blue. Hex color #0A023E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A023E is #F5FDC1. Grayscale: #0B0B0B. Windows color (decimal): -16121282 or 4063754. OLE color: 4063754.
HSL color Cylindrical-coordinate representation of color #0A023E: hue angle of 248º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A023E is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 2 | 62 | - |
| CMYK | 0.84 | 0.97 | 0 | 0.76 |
| HSL | 248º | 0.94% | 0.13% | - |
| HSV(B) | 248º | 0.97% | 0.24% | - |
| XYZ | 1.02 | 0.46 | 4.59 | - |
| YUV | 11.23 | 156.65 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 2 | 62 | 0.84 | 0.97 | 0 | 0.76 | 248 | 0.94 | 0.13 |
| Hex | A | 2 | 3E | 54 | 61 | 0 | 4C | F8 | 5E | D |
| Octal | 12 | 2 | 76 | 124 | 141 | 0 | 114 | 370 | 136 | 15 |
| Binary | 1010 | 10 | 111110 | 1010100 | 1100001 | 0 | 1001100 | 11111000 | 1011110 | 1101 |
Color Harmonies of #0A023E
Complementary color
Monochromatic Colors of #0A023E
Black with #0A023E
Text Example
Text Example
White with #0A023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A023E; }
p { color: rgb(10,2,62); }
H1.HeaderClassName
{
color: #0A023E;
}
.AnyTagClassName
{
color: #0A023E;
}
</style>
background-color css
<style>
a { background-color: #0A023E; }
a { background-color: rgb(10,2,62); }
div.DivClassName
{
background-color: #0A023E;
}
.BgClassName
{
background-color: #0A023E;
}
</style>
border-color css
<style>
span { border-color: #0A023E; }
span { border-color: rgb(10,2,62); }
td.TdClassName
{
border-color: #0A023E;
}
.TagClassName
{
border-color: #0A023E;
}
</style>