Shades of Blue Whale #0F2F49
Tints of Blue Whale #0F2F49
RGB
CMYK
RGB Variations
Color information
#0F2F49 (or 0x0F2F49) is known color: Blue Whale. HEX triplet: 0F, 2F and 49. RGB value is (15,47,73). Sum of RGB (Red+Green+Blue) = 15+47+73=135 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.11% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 73 (28.91% from 255 or 54.07% from 135); Max value from RGB is 73 - color contains mainly: blue. Hex color #0F2F49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2F49 is #F0D0B6. Grayscale: #282828. Windows color (decimal): -15782071 or 4796175. OLE color: 4796175.
HSL color Cylindrical-coordinate representation of color #0F2F49: hue angle of 206.9º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F2F49 is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 47 | 73 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.71 |
| HSL | 206.9º | 0.66% | 0.17% | - |
| HSV(B) | 206.9º | 0.79% | 0.29% | - |
| XYZ | 2.42 | 2.62 | 6.68 | - |
| YUV | 40.4 | 146.4 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 47 | 73 | 0.79 | 0.36 | 0 | 0.71 | 206.9 | 0.66 | 0.17 |
| Hex | F | 2F | 49 | 4F | 24 | 0 | 47 | CF | 42 | 11 |
| Octal | 17 | 57 | 111 | 117 | 44 | 0 | 107 | 317 | 102 | 21 |
| Binary | 1111 | 101111 | 1001001 | 1001111 | 100100 | 0 | 1000111 | 11001111 | 1000010 | 10001 |
Color Harmonies of #0F2F49
Complementary color
Monochromatic Colors of #0F2F49
Black with #0F2F49
Text Example
Text Example
White with #0F2F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2F49; }
p { color: rgb(15,47,73); }
H1.HeaderClassName
{
color: #0F2F49;
}
.AnyTagClassName
{
color: #0F2F49;
}
</style>
background-color css
<style>
a { background-color: #0F2F49; }
a { background-color: rgb(15,47,73); }
div.DivClassName
{
background-color: #0F2F49;
}
.BgClassName
{
background-color: #0F2F49;
}
</style>
border-color css
<style>
span { border-color: #0F2F49; }
span { border-color: rgb(15,47,73); }
td.TdClassName
{
border-color: #0F2F49;
}
.TagClassName
{
border-color: #0F2F49;
}
</style>