Shades of Blue Whale #0F313D
Tints of Blue Whale #0F313D
RGB
CMYK
RGB Variations
Color information
#0F313D (or 0x0F313D) is known color: Blue Whale. HEX triplet: 0F, 31 and 3D. RGB value is (15,49,61). Sum of RGB (Red+Green+Blue) = 15+49+61=125 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 61 (24.22% from 255 or 48.8% from 125); Max value from RGB is 61 - color contains mainly: blue. Hex color #0F313D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F313D is #F0CEC2. Grayscale: #282828. Windows color (decimal): -15781571 or 4010255. OLE color: 4010255.
HSL color Cylindrical-coordinate representation of color #0F313D: hue angle of 195.65º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F313D is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 15 | 49 | 61 | - |
| CMYK | 0.75 | 0.20 | 0 | 0.76 |
| HSL | 195.65º | 0.61% | 0.15% | - |
| HSV(B) | 195.65º | 0.75% | 0.24% | - |
| XYZ | 2.14 | 2.64 | 4.81 | - |
| YUV | 40.2 | 139.74 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 49 | 61 | 0.75 | 0.20 | 0 | 0.76 | 195.65 | 0.61 | 0.15 |
| Hex | F | 31 | 3D | 4B | 14 | 0 | 4C | C4 | 3D | F |
| Octal | 17 | 61 | 75 | 113 | 24 | 0 | 114 | 304 | 75 | 17 |
| Binary | 1111 | 110001 | 111101 | 1001011 | 10100 | 0 | 1001100 | 11000100 | 111101 | 1111 |
Color Harmonies of #0F313D
Complementary color
Monochromatic Colors of #0F313D
Black with #0F313D
Text Example
Text Example
White with #0F313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F313D; }
p { color: rgb(15,49,61); }
H1.HeaderClassName
{
color: #0F313D;
}
.AnyTagClassName
{
color: #0F313D;
}
</style>
background-color css
<style>
a { background-color: #0F313D; }
a { background-color: rgb(15,49,61); }
div.DivClassName
{
background-color: #0F313D;
}
.BgClassName
{
background-color: #0F313D;
}
</style>
border-color css
<style>
span { border-color: #0F313D; }
span { border-color: rgb(15,49,61); }
td.TdClassName
{
border-color: #0F313D;
}
.TagClassName
{
border-color: #0F313D;
}
</style>