Shades of Blue Whale #0F3A4D
Tints of Blue Whale #0F3A4D
RGB
CMYK
RGB Variations
Color information
#0F3A4D (or 0x0F3A4D) is known color: Blue Whale. HEX triplet: 0F, 3A and 4D. RGB value is (15,58,77). Sum of RGB (Red+Green+Blue) = 15+58+77=150 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10% from 150); Green value is 58 (23.05% from 255 or 38.67% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F3A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F3A4D is #F0C5B2. Grayscale: #2F2F2F. Windows color (decimal): -15779251 or 5061135. OLE color: 5061135.
HSL color Cylindrical-coordinate representation of color #0F3A4D: hue angle of 198.39º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F3A4D is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 15 | 58 | 77 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.70 |
| HSL | 198.39º | 0.67% | 0.18% | - |
| HSV(B) | 198.39º | 0.81% | 0.3% | - |
| XYZ | 3.05 | 3.66 | 7.57 | - |
| YUV | 47.31 | 144.75 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 58 | 77 | 0.81 | 0.25 | 0 | 0.70 | 198.39 | 0.67 | 0.18 |
| Hex | F | 3A | 4D | 51 | 19 | 0 | 46 | C6 | 43 | 12 |
| Octal | 17 | 72 | 115 | 121 | 31 | 0 | 106 | 306 | 103 | 22 |
| Binary | 1111 | 111010 | 1001101 | 1010001 | 11001 | 0 | 1000110 | 11000110 | 1000011 | 10010 |
Color Harmonies of #0F3A4D
Complementary color
Monochromatic Colors of #0F3A4D
Black with #0F3A4D
Text Example
Text Example
White with #0F3A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3A4D; }
p { color: rgb(15,58,77); }
H1.HeaderClassName
{
color: #0F3A4D;
}
.AnyTagClassName
{
color: #0F3A4D;
}
</style>
background-color css
<style>
a { background-color: #0F3A4D; }
a { background-color: rgb(15,58,77); }
div.DivClassName
{
background-color: #0F3A4D;
}
.BgClassName
{
background-color: #0F3A4D;
}
</style>
border-color css
<style>
span { border-color: #0F3A4D; }
span { border-color: rgb(15,58,77); }
td.TdClassName
{
border-color: #0F3A4D;
}
.TagClassName
{
border-color: #0F3A4D;
}
</style>