Shades of Blue Whale #0D3147
Tints of Blue Whale #0D3147
RGB
CMYK
RGB Variations
Color information
#0D3147 (or 0x0D3147) is known color: Blue Whale. HEX triplet: 0D, 31 and 47. RGB value is (13,49,71). Sum of RGB (Red+Green+Blue) = 13+49+71=133 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.77% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 71 (28.12% from 255 or 53.38% from 133); Max value from RGB is 71 - color contains mainly: blue. Hex color #0D3147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3147 is #F2CEB8. Grayscale: #282828. Windows color (decimal): -15912633 or 4665613. OLE color: 4665613.
HSL color Cylindrical-coordinate representation of color #0D3147: hue angle of 202.76º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D3147 is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 49 | 71 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.72 |
| HSL | 202.76º | 0.69% | 0.16% | - |
| HSV(B) | 202.76º | 0.82% | 0.28% | - |
| XYZ | 2.4 | 2.74 | 6.36 | - |
| YUV | 40.74 | 145.07 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 49 | 71 | 0.82 | 0.31 | 0 | 0.72 | 202.76 | 0.69 | 0.16 |
| Hex | D | 31 | 47 | 52 | 1F | 0 | 48 | CB | 45 | 10 |
| Octal | 15 | 61 | 107 | 122 | 37 | 0 | 110 | 313 | 105 | 20 |
| Binary | 1101 | 110001 | 1000111 | 1010010 | 11111 | 0 | 1001000 | 11001011 | 1000101 | 10000 |
Color Harmonies of #0D3147
Complementary color
Monochromatic Colors of #0D3147
Black with #0D3147
Text Example
Text Example
White with #0D3147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3147; }
p { color: rgb(13,49,71); }
H1.HeaderClassName
{
color: #0D3147;
}
.AnyTagClassName
{
color: #0D3147;
}
</style>
background-color css
<style>
a { background-color: #0D3147; }
a { background-color: rgb(13,49,71); }
div.DivClassName
{
background-color: #0D3147;
}
.BgClassName
{
background-color: #0D3147;
}
</style>
border-color css
<style>
span { border-color: #0D3147; }
span { border-color: rgb(13,49,71); }
td.TdClassName
{
border-color: #0D3147;
}
.TagClassName
{
border-color: #0D3147;
}
</style>