Shades of Blue Whale #0F333F
Tints of Blue Whale #0F333F
RGB
CMYK
RGB Variations
Color information
#0F333F (or 0x0F333F) is known color: Blue Whale. HEX triplet: 0F, 33 and 3F. RGB value is (15,51,63). Sum of RGB (Red+Green+Blue) = 15+51+63=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 63 (25% from 255 or 48.84% from 129); Max value from RGB is 63 - color contains mainly: blue. Hex color #0F333F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F333F is #F0CCC0. Grayscale: #292929. Windows color (decimal): -15781057 or 4141839. OLE color: 4141839.
HSL color Cylindrical-coordinate representation of color #0F333F: hue angle of 195º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0F333F is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 51 | 63 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.75 |
| HSL | 195º | 0.62% | 0.15% | - |
| HSV(B) | 195º | 0.76% | 0.25% | - |
| XYZ | 2.28 | 2.83 | 5.13 | - |
| YUV | 41.6 | 140.07 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 51 | 63 | 0.76 | 0.19 | 0 | 0.75 | 195 | 0.62 | 0.15 |
| Hex | F | 33 | 3F | 4C | 13 | 0 | 4B | C3 | 3E | F |
| Octal | 17 | 63 | 77 | 114 | 23 | 0 | 113 | 303 | 76 | 17 |
| Binary | 1111 | 110011 | 111111 | 1001100 | 10011 | 0 | 1001011 | 11000011 | 111110 | 1111 |
Color Harmonies of #0F333F
Complementary color
Monochromatic Colors of #0F333F
Black with #0F333F
Text Example
Text Example
White with #0F333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F333F; }
p { color: rgb(15,51,63); }
H1.HeaderClassName
{
color: #0F333F;
}
.AnyTagClassName
{
color: #0F333F;
}
</style>
background-color css
<style>
a { background-color: #0F333F; }
a { background-color: rgb(15,51,63); }
div.DivClassName
{
background-color: #0F333F;
}
.BgClassName
{
background-color: #0F333F;
}
</style>
border-color css
<style>
span { border-color: #0F333F; }
span { border-color: rgb(15,51,63); }
td.TdClassName
{
border-color: #0F333F;
}
.TagClassName
{
border-color: #0F333F;
}
</style>