Shades of Paua #0F024A
Tints of Paua #0F024A
RGB
CMYK
RGB Variations
Color information
#0F024A (or 0x0F024A) is known color: Paua. HEX triplet: 0F, 02 and 4A. RGB value is (15,2,74). Sum of RGB (Red+Green+Blue) = 15+2+74=91 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.48% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 74 (29.30% from 255 or 81.32% from 91); Max value from RGB is 74 - color contains mainly: blue. Hex color #0F024A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F024A is #F0FDB5. Grayscale: #0D0D0D. Windows color (decimal): -15793590 or 4850191. OLE color: 4850191.
HSL color Cylindrical-coordinate representation of color #0F024A: hue angle of 250.83º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F024A is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 2 | 74 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.71 |
| HSL | 250.83º | 0.95% | 0.15% | - |
| HSV(B) | 250.83º | 0.97% | 0.29% | - |
| XYZ | 1.45 | 0.64 | 6.53 | - |
| YUV | 14.1 | 161.81 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 2 | 74 | 0.80 | 0.97 | 0 | 0.71 | 250.83 | 0.95 | 0.15 |
| Hex | F | 2 | 4A | 50 | 61 | 0 | 47 | FB | 5F | F |
| Octal | 17 | 2 | 112 | 120 | 141 | 0 | 107 | 373 | 137 | 17 |
| Binary | 1111 | 10 | 1001010 | 1010000 | 1100001 | 0 | 1000111 | 11111011 | 1011111 | 1111 |
Color Harmonies of #0F024A
Complementary color
Monochromatic Colors of #0F024A
Black with #0F024A
Text Example
Text Example
White with #0F024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F024A; }
p { color: rgb(15,2,74); }
H1.HeaderClassName
{
color: #0F024A;
}
.AnyTagClassName
{
color: #0F024A;
}
</style>
background-color css
<style>
a { background-color: #0F024A; }
a { background-color: rgb(15,2,74); }
div.DivClassName
{
background-color: #0F024A;
}
.BgClassName
{
background-color: #0F024A;
}
</style>
border-color css
<style>
span { border-color: #0F024A; }
span { border-color: rgb(15,2,74); }
td.TdClassName
{
border-color: #0F024A;
}
.TagClassName
{
border-color: #0F024A;
}
</style>