Shades of Tangaroa #0F2038
Tints of Tangaroa #0F2038
RGB
CMYK
RGB Variations
Color information
#0F2038 (or 0x0F2038) is known color: Tangaroa. HEX triplet: 0F, 20 and 38. RGB value is (15,32,56). Sum of RGB (Red+Green+Blue) = 15+32+56=103 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.56% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 56 (22.27% from 255 or 54.37% from 103); Max value from RGB is 56 - color contains mainly: blue. Hex color #0F2038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2038 is #F0DFC7. Grayscale: #1D1D1D. Windows color (decimal): -15785928 or 3678223. OLE color: 3678223.
HSL color Cylindrical-coordinate representation of color #0F2038: hue angle of 215.12º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F2038 is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 15 | 32 | 56 | - |
| CMYK | 0.73 | 0.43 | 0 | 0.78 |
| HSL | 215.12º | 0.58% | 0.14% | - |
| HSV(B) | 215.12º | 0.73% | 0.22% | - |
| XYZ | 1.43 | 1.42 | 3.94 | - |
| YUV | 29.65 | 142.87 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 32 | 56 | 0.73 | 0.43 | 0 | 0.78 | 215.12 | 0.58 | 0.14 |
| Hex | F | 20 | 38 | 49 | 2B | 0 | 4E | D7 | 3A | E |
| Octal | 17 | 40 | 70 | 111 | 53 | 0 | 116 | 327 | 72 | 16 |
| Binary | 1111 | 100000 | 111000 | 1001001 | 101011 | 0 | 1001110 | 11010111 | 111010 | 1110 |
Color Harmonies of #0F2038
Complementary color
Monochromatic Colors of #0F2038
Black with #0F2038
Text Example
Text Example
White with #0F2038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2038; }
p { color: rgb(15,32,56); }
H1.HeaderClassName
{
color: #0F2038;
}
.AnyTagClassName
{
color: #0F2038;
}
</style>
background-color css
<style>
a { background-color: #0F2038; }
a { background-color: rgb(15,32,56); }
div.DivClassName
{
background-color: #0F2038;
}
.BgClassName
{
background-color: #0F2038;
}
</style>
border-color css
<style>
span { border-color: #0F2038; }
span { border-color: rgb(15,32,56); }
td.TdClassName
{
border-color: #0F2038;
}
.TagClassName
{
border-color: #0F2038;
}
</style>