Shades of Blue Whale #0F344F
Tints of Blue Whale #0F344F
RGB
CMYK
RGB Variations
Color information
#0F344F (or 0x0F344F) is known color: Blue Whale. HEX triplet: 0F, 34 and 4F. RGB value is (15,52,79). Sum of RGB (Red+Green+Blue) = 15+52+79=146 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.27% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 79 (31.25% from 255 or 54.11% from 146); Max value from RGB is 79 - color contains mainly: blue. Hex color #0F344F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F344F is #F0CBB0. Grayscale: #2B2B2B. Windows color (decimal): -15780785 or 5190671. OLE color: 5190671.
HSL color Cylindrical-coordinate representation of color #0F344F: hue angle of 205.31º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F344F is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 52 | 79 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.69 |
| HSL | 205.31º | 0.68% | 0.18% | - |
| HSV(B) | 205.31º | 0.81% | 0.31% | - |
| XYZ | 2.84 | 3.12 | 7.85 | - |
| YUV | 44.02 | 147.74 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 52 | 79 | 0.81 | 0.34 | 0 | 0.69 | 205.31 | 0.68 | 0.18 |
| Hex | F | 34 | 4F | 51 | 22 | 0 | 45 | CD | 44 | 12 |
| Octal | 17 | 64 | 117 | 121 | 42 | 0 | 105 | 315 | 104 | 22 |
| Binary | 1111 | 110100 | 1001111 | 1010001 | 100010 | 0 | 1000101 | 11001101 | 1000100 | 10010 |
Color Harmonies of #0F344F
Complementary color
Monochromatic Colors of #0F344F
Black with #0F344F
Text Example
Text Example
White with #0F344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F344F; }
p { color: rgb(15,52,79); }
H1.HeaderClassName
{
color: #0F344F;
}
.AnyTagClassName
{
color: #0F344F;
}
</style>
background-color css
<style>
a { background-color: #0F344F; }
a { background-color: rgb(15,52,79); }
div.DivClassName
{
background-color: #0F344F;
}
.BgClassName
{
background-color: #0F344F;
}
</style>
border-color css
<style>
span { border-color: #0F344F; }
span { border-color: rgb(15,52,79); }
td.TdClassName
{
border-color: #0F344F;
}
.TagClassName
{
border-color: #0F344F;
}
</style>