Shades of Blue Whale #0F2F3D
Tints of Blue Whale #0F2F3D
RGB
CMYK
RGB Variations
Color information
#0F2F3D (or 0x0F2F3D) is known color: Blue Whale. HEX triplet: 0F, 2F and 3D. RGB value is (15,47,61). Sum of RGB (Red+Green+Blue) = 15+47+61=123 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.20% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 61 (24.22% from 255 or 49.59% from 123); Max value from RGB is 61 - color contains mainly: blue. Hex color #0F2F3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2F3D is #F0D0C2. Grayscale: #262626. Windows color (decimal): -15782083 or 4009743. OLE color: 4009743.
HSL color Cylindrical-coordinate representation of color #0F2F3D: hue angle of 198.26º 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 #0F2F3D is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 15 | 47 | 61 | - |
| CMYK | 0.75 | 0.23 | 0 | 0.76 |
| HSL | 198.26º | 0.61% | 0.15% | - |
| HSV(B) | 198.26º | 0.75% | 0.24% | - |
| XYZ | 2.06 | 2.47 | 4.78 | - |
| YUV | 39.03 | 140.4 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 47 | 61 | 0.75 | 0.23 | 0 | 0.76 | 198.26 | 0.61 | 0.15 |
| Hex | F | 2F | 3D | 4B | 17 | 0 | 4C | C6 | 3D | F |
| Octal | 17 | 57 | 75 | 113 | 27 | 0 | 114 | 306 | 75 | 17 |
| Binary | 1111 | 101111 | 111101 | 1001011 | 10111 | 0 | 1001100 | 11000110 | 111101 | 1111 |
Color Harmonies of #0F2F3D
Complementary color
Monochromatic Colors of #0F2F3D
Black with #0F2F3D
Text Example
Text Example
White with #0F2F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2F3D; }
p { color: rgb(15,47,61); }
H1.HeaderClassName
{
color: #0F2F3D;
}
.AnyTagClassName
{
color: #0F2F3D;
}
</style>
background-color css
<style>
a { background-color: #0F2F3D; }
a { background-color: rgb(15,47,61); }
div.DivClassName
{
background-color: #0F2F3D;
}
.BgClassName
{
background-color: #0F2F3D;
}
</style>
border-color css
<style>
span { border-color: #0F2F3D; }
span { border-color: rgb(15,47,61); }
td.TdClassName
{
border-color: #0F2F3D;
}
.TagClassName
{
border-color: #0F2F3D;
}
</style>