Shades of Blue Whale #0F3849
Tints of Blue Whale #0F3849
RGB
CMYK
RGB Variations
Color information
#0F3849 (or 0x0F3849) is known color: Blue Whale. HEX triplet: 0F, 38 and 49. RGB value is (15,56,73). Sum of RGB (Red+Green+Blue) = 15+56+73=144 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.42% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 73 (28.91% from 255 or 50.69% from 144); Max value from RGB is 73 - color contains mainly: blue. Hex color #0F3849 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3849 is #F0C7B6. Grayscale: #2D2D2D. Windows color (decimal): -15779767 or 4798479. OLE color: 4798479.
HSL color Cylindrical-coordinate representation of color #0F3849: hue angle of 197.59º 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 #0F3849 is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 56 | 73 | - |
| CMYK | 0.79 | 0.23 | 0 | 0.71 |
| HSL | 197.59º | 0.66% | 0.17% | - |
| HSV(B) | 197.59º | 0.79% | 0.29% | - |
| XYZ | 2.81 | 3.41 | 6.81 | - |
| YUV | 45.68 | 143.42 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 56 | 73 | 0.79 | 0.23 | 0 | 0.71 | 197.59 | 0.66 | 0.17 |
| Hex | F | 38 | 49 | 4F | 17 | 0 | 47 | C6 | 42 | 11 |
| Octal | 17 | 70 | 111 | 117 | 27 | 0 | 107 | 306 | 102 | 21 |
| Binary | 1111 | 111000 | 1001001 | 1001111 | 10111 | 0 | 1000111 | 11000110 | 1000010 | 10001 |
Color Harmonies of #0F3849
Complementary color
Monochromatic Colors of #0F3849
Black with #0F3849
Text Example
Text Example
White with #0F3849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3849; }
p { color: rgb(15,56,73); }
H1.HeaderClassName
{
color: #0F3849;
}
.AnyTagClassName
{
color: #0F3849;
}
</style>
background-color css
<style>
a { background-color: #0F3849; }
a { background-color: rgb(15,56,73); }
div.DivClassName
{
background-color: #0F3849;
}
.BgClassName
{
background-color: #0F3849;
}
</style>
border-color css
<style>
span { border-color: #0F3849; }
span { border-color: rgb(15,56,73); }
td.TdClassName
{
border-color: #0F3849;
}
.TagClassName
{
border-color: #0F3849;
}
</style>