Shades of Blue Whale #0D3251
Tints of Blue Whale #0D3251
RGB
CMYK
RGB Variations
Color information
#0D3251 (or 0x0D3251) is known color: Blue Whale. HEX triplet: 0D, 32 and 51. RGB value is (13,50,81). Sum of RGB (Red+Green+Blue) = 13+50+81=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 81 (32.03% from 255 or 56.25% from 144); Max value from RGB is 81 - color contains mainly: blue. Hex color #0D3251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D3251 is #F2CDAE. Grayscale: #2A2A2A. Windows color (decimal): -15912367 or 5321229. OLE color: 5321229.
HSL color Cylindrical-coordinate representation of color #0D3251: hue angle of 207.35º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D3251 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 50 | 81 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.68 |
| HSL | 207.35º | 0.72% | 0.18% | - |
| HSV(B) | 207.35º | 0.84% | 0.32% | - |
| XYZ | 2.79 | 2.96 | 8.21 | - |
| YUV | 42.47 | 149.74 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 50 | 81 | 0.84 | 0.38 | 0 | 0.68 | 207.35 | 0.72 | 0.18 |
| Hex | D | 32 | 51 | 54 | 26 | 0 | 44 | CF | 48 | 12 |
| Octal | 15 | 62 | 121 | 124 | 46 | 0 | 104 | 317 | 110 | 22 |
| Binary | 1101 | 110010 | 1010001 | 1010100 | 100110 | 0 | 1000100 | 11001111 | 1001000 | 10010 |
Color Harmonies of #0D3251
Complementary color
Monochromatic Colors of #0D3251
Black with #0D3251
Text Example
Text Example
White with #0D3251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3251; }
p { color: rgb(13,50,81); }
H1.HeaderClassName
{
color: #0D3251;
}
.AnyTagClassName
{
color: #0D3251;
}
</style>
background-color css
<style>
a { background-color: #0D3251; }
a { background-color: rgb(13,50,81); }
div.DivClassName
{
background-color: #0D3251;
}
.BgClassName
{
background-color: #0D3251;
}
</style>
border-color css
<style>
span { border-color: #0D3251; }
span { border-color: rgb(13,50,81); }
td.TdClassName
{
border-color: #0D3251;
}
.TagClassName
{
border-color: #0D3251;
}
</style>