Shades of Tangaroa #0F2B4A
Tints of Tangaroa #0F2B4A
RGB
CMYK
RGB Variations
Color information
#0F2B4A (or 0x0F2B4A) is known color: Tangaroa. HEX triplet: 0F, 2B and 4A. RGB value is (15,43,74). Sum of RGB (Red+Green+Blue) = 15+43+74=132 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.36% from 132); Green value is 43 (17.19% from 255 or 32.58% from 132); Blue value is 74 (29.30% from 255 or 56.06% from 132); Max value from RGB is 74 - color contains mainly: blue. Hex color #0F2B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2B4A is #F0D4B5. Grayscale: #262626. Windows color (decimal): -15783094 or 4860687. OLE color: 4860687.
HSL color Cylindrical-coordinate representation of color #0F2B4A: hue angle of 211.53º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F2B4A is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 43 | 74 | - |
| CMYK | 0.80 | 0.42 | 0 | 0.71 |
| HSL | 211.53º | 0.66% | 0.17% | - |
| HSV(B) | 211.53º | 0.8% | 0.29% | - |
| XYZ | 2.3 | 2.32 | 6.81 | - |
| YUV | 38.16 | 148.22 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 43 | 74 | 0.80 | 0.42 | 0 | 0.71 | 211.53 | 0.66 | 0.17 |
| Hex | F | 2B | 4A | 50 | 2A | 0 | 47 | D4 | 42 | 11 |
| Octal | 17 | 53 | 112 | 120 | 52 | 0 | 107 | 324 | 102 | 21 |
| Binary | 1111 | 101011 | 1001010 | 1010000 | 101010 | 0 | 1000111 | 11010100 | 1000010 | 10001 |
Color Harmonies of #0F2B4A
Complementary color
Monochromatic Colors of #0F2B4A
Black with #0F2B4A
Text Example
Text Example
White with #0F2B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2B4A; }
p { color: rgb(15,43,74); }
H1.HeaderClassName
{
color: #0F2B4A;
}
.AnyTagClassName
{
color: #0F2B4A;
}
</style>
background-color css
<style>
a { background-color: #0F2B4A; }
a { background-color: rgb(15,43,74); }
div.DivClassName
{
background-color: #0F2B4A;
}
.BgClassName
{
background-color: #0F2B4A;
}
</style>
border-color css
<style>
span { border-color: #0F2B4A; }
span { border-color: rgb(15,43,74); }
td.TdClassName
{
border-color: #0F2B4A;
}
.TagClassName
{
border-color: #0F2B4A;
}
</style>