Shades of Paua #0F0B4A
Tints of Paua #0F0B4A
RGB
CMYK
RGB Variations
Color information
#0F0B4A (or 0x0F0B4A) is known color: Paua. HEX triplet: 0F, 0B and 4A. RGB value is (15,11,74). Sum of RGB (Red+Green+Blue) = 15+11+74=100 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15% from 100); Green value is 11 (4.69% from 255 or 11% from 100); Blue value is 74 (29.30% from 255 or 74% from 100); Max value from RGB is 74 - color contains mainly: blue. Hex color #0F0B4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0B4A is #F0F4B5. Grayscale: #131313. Windows color (decimal): -15791286 or 4852495. OLE color: 4852495.
HSL color Cylindrical-coordinate representation of color #0F0B4A: hue angle of 243.81º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F0B4A is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 11 | 74 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.71 |
| HSL | 243.81º | 0.74% | 0.17% | - |
| HSV(B) | 243.81º | 0.85% | 0.29% | - |
| XYZ | 1.55 | 0.84 | 6.56 | - |
| YUV | 19.38 | 158.83 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 11 | 74 | 0.80 | 0.85 | 0 | 0.71 | 243.81 | 0.74 | 0.17 |
| Hex | F | B | 4A | 50 | 55 | 0 | 47 | F4 | 4A | 11 |
| Octal | 17 | 13 | 112 | 120 | 125 | 0 | 107 | 364 | 112 | 21 |
| Binary | 1111 | 1011 | 1001010 | 1010000 | 1010101 | 0 | 1000111 | 11110100 | 1001010 | 10001 |
Color Harmonies of #0F0B4A
Complementary color
Monochromatic Colors of #0F0B4A
Black with #0F0B4A
Text Example
Text Example
White with #0F0B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0B4A; }
p { color: rgb(15,11,74); }
H1.HeaderClassName
{
color: #0F0B4A;
}
.AnyTagClassName
{
color: #0F0B4A;
}
</style>
background-color css
<style>
a { background-color: #0F0B4A; }
a { background-color: rgb(15,11,74); }
div.DivClassName
{
background-color: #0F0B4A;
}
.BgClassName
{
background-color: #0F0B4A;
}
</style>
border-color css
<style>
span { border-color: #0F0B4A; }
span { border-color: rgb(15,11,74); }
td.TdClassName
{
border-color: #0F0B4A;
}
.TagClassName
{
border-color: #0F0B4A;
}
</style>