Shades of Blue Whale #0F304E
Tints of Blue Whale #0F304E
RGB
CMYK
RGB Variations
Color information
#0F304E (or 0x0F304E) is known color: Blue Whale. HEX triplet: 0F, 30 and 4E. RGB value is (15,48,78). Sum of RGB (Red+Green+Blue) = 15+48+78=141 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.64% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 78 (30.86% from 255 or 55.32% from 141); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F304E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F304E is #F0CFB1. Grayscale: #292929. Windows color (decimal): -15781810 or 5124111. OLE color: 5124111.
HSL color Cylindrical-coordinate representation of color #0F304E: hue angle of 208.57º 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 #0F304E is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 48 | 78 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.69 |
| HSL | 208.57º | 0.68% | 0.18% | - |
| HSV(B) | 208.57º | 0.81% | 0.31% | - |
| XYZ | 2.63 | 2.77 | 7.6 | - |
| YUV | 41.55 | 148.57 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 48 | 78 | 0.81 | 0.38 | 0 | 0.69 | 208.57 | 0.68 | 0.18 |
| Hex | F | 30 | 4E | 51 | 26 | 0 | 45 | D1 | 44 | 12 |
| Octal | 17 | 60 | 116 | 121 | 46 | 0 | 105 | 321 | 104 | 22 |
| Binary | 1111 | 110000 | 1001110 | 1010001 | 100110 | 0 | 1000101 | 11010001 | 1000100 | 10010 |
Color Harmonies of #0F304E
Complementary color
Monochromatic Colors of #0F304E
Black with #0F304E
Text Example
Text Example
White with #0F304E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F304E; }
p { color: rgb(15,48,78); }
H1.HeaderClassName
{
color: #0F304E;
}
.AnyTagClassName
{
color: #0F304E;
}
</style>
background-color css
<style>
a { background-color: #0F304E; }
a { background-color: rgb(15,48,78); }
div.DivClassName
{
background-color: #0F304E;
}
.BgClassName
{
background-color: #0F304E;
}
</style>
border-color css
<style>
span { border-color: #0F304E; }
span { border-color: rgb(15,48,78); }
td.TdClassName
{
border-color: #0F304E;
}
.TagClassName
{
border-color: #0F304E;
}
</style>