Shades of Blue Whale #0D314F
Tints of Blue Whale #0D314F
RGB
CMYK
RGB Variations
Color information
#0D314F (or 0x0D314F) is known color: Blue Whale. HEX triplet: 0D, 31 and 4F. RGB value is (13,49,79). Sum of RGB (Red+Green+Blue) = 13+49+79=141 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.22% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 79 (31.25% from 255 or 56.03% from 141); Max value from RGB is 79 - color contains mainly: blue. Hex color #0D314F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D314F is #F2CEB0. Grayscale: #292929. Windows color (decimal): -15912625 or 5189901. OLE color: 5189901.
HSL color Cylindrical-coordinate representation of color #0D314F: hue angle of 207.27º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D314F is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 13 | 49 | 79 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.69 |
| HSL | 207.27º | 0.72% | 0.18% | - |
| HSV(B) | 207.27º | 0.84% | 0.31% | - |
| XYZ | 2.68 | 2.85 | 7.81 | - |
| YUV | 41.66 | 149.07 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 49 | 79 | 0.84 | 0.38 | 0 | 0.69 | 207.27 | 0.72 | 0.18 |
| Hex | D | 31 | 4F | 54 | 26 | 0 | 45 | CF | 48 | 12 |
| Octal | 15 | 61 | 117 | 124 | 46 | 0 | 105 | 317 | 110 | 22 |
| Binary | 1101 | 110001 | 1001111 | 1010100 | 100110 | 0 | 1000101 | 11001111 | 1001000 | 10010 |
Color Harmonies of #0D314F
Complementary color
Monochromatic Colors of #0D314F
Black with #0D314F
Text Example
Text Example
White with #0D314F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D314F; }
p { color: rgb(13,49,79); }
H1.HeaderClassName
{
color: #0D314F;
}
.AnyTagClassName
{
color: #0D314F;
}
</style>
background-color css
<style>
a { background-color: #0D314F; }
a { background-color: rgb(13,49,79); }
div.DivClassName
{
background-color: #0D314F;
}
.BgClassName
{
background-color: #0D314F;
}
</style>
border-color css
<style>
span { border-color: #0D314F; }
span { border-color: rgb(13,49,79); }
td.TdClassName
{
border-color: #0D314F;
}
.TagClassName
{
border-color: #0D314F;
}
</style>