Shades of Blue Whale #0F303D
Tints of Blue Whale #0F303D
RGB
CMYK
RGB Variations
Color information
#0F303D (or 0x0F303D) is known color: Blue Whale. HEX triplet: 0F, 30 and 3D. RGB value is (15,48,61). Sum of RGB (Red+Green+Blue) = 15+48+61=124 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.10% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 61 (24.22% from 255 or 49.19% from 124); Max value from RGB is 61 - color contains mainly: blue. Hex color #0F303D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F303D is #F0CFC2. Grayscale: #272727. Windows color (decimal): -15781827 or 4009999. OLE color: 4009999.
HSL color Cylindrical-coordinate representation of color #0F303D: hue angle of 196.96º 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 #0F303D is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 15 | 48 | 61 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.76 |
| HSL | 196.96º | 0.61% | 0.15% | - |
| HSV(B) | 196.96º | 0.75% | 0.24% | - |
| XYZ | 2.1 | 2.55 | 4.8 | - |
| YUV | 39.62 | 140.07 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 48 | 61 | 0.75 | 0.21 | 0 | 0.76 | 196.96 | 0.61 | 0.15 |
| Hex | F | 30 | 3D | 4B | 15 | 0 | 4C | C5 | 3D | F |
| Octal | 17 | 60 | 75 | 113 | 25 | 0 | 114 | 305 | 75 | 17 |
| Binary | 1111 | 110000 | 111101 | 1001011 | 10101 | 0 | 1001100 | 11000101 | 111101 | 1111 |
Color Harmonies of #0F303D
Complementary color
Monochromatic Colors of #0F303D
Black with #0F303D
Text Example
Text Example
White with #0F303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F303D; }
p { color: rgb(15,48,61); }
H1.HeaderClassName
{
color: #0F303D;
}
.AnyTagClassName
{
color: #0F303D;
}
</style>
background-color css
<style>
a { background-color: #0F303D; }
a { background-color: rgb(15,48,61); }
div.DivClassName
{
background-color: #0F303D;
}
.BgClassName
{
background-color: #0F303D;
}
</style>
border-color css
<style>
span { border-color: #0F303D; }
span { border-color: rgb(15,48,61); }
td.TdClassName
{
border-color: #0F303D;
}
.TagClassName
{
border-color: #0F303D;
}
</style>