Shades of Blue Whale #0D3047
Tints of Blue Whale #0D3047
RGB
CMYK
RGB Variations
Color information
#0D3047 (or 0x0D3047) is known color: Blue Whale. HEX triplet: 0D, 30 and 47. RGB value is (13,48,71). Sum of RGB (Red+Green+Blue) = 13+48+71=132 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.85% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 71 (28.12% from 255 or 53.79% from 132); Max value from RGB is 71 - color contains mainly: blue. Hex color #0D3047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3047 is #F2CFB8. Grayscale: #282828. Windows color (decimal): -15912889 or 4665357. OLE color: 4665357.
HSL color Cylindrical-coordinate representation of color #0D3047: hue angle of 203.79º 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 #0D3047 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 48 | 71 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.72 |
| HSL | 203.79º | 0.69% | 0.16% | - |
| HSV(B) | 203.79º | 0.82% | 0.28% | - |
| XYZ | 2.36 | 2.65 | 6.35 | - |
| YUV | 40.16 | 145.4 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 48 | 71 | 0.82 | 0.32 | 0 | 0.72 | 203.79 | 0.69 | 0.16 |
| Hex | D | 30 | 47 | 52 | 20 | 0 | 48 | CC | 45 | 10 |
| Octal | 15 | 60 | 107 | 122 | 40 | 0 | 110 | 314 | 105 | 20 |
| Binary | 1101 | 110000 | 1000111 | 1010010 | 100000 | 0 | 1001000 | 11001100 | 1000101 | 10000 |
Color Harmonies of #0D3047
Complementary color
Monochromatic Colors of #0D3047
Black with #0D3047
Text Example
Text Example
White with #0D3047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3047; }
p { color: rgb(13,48,71); }
H1.HeaderClassName
{
color: #0D3047;
}
.AnyTagClassName
{
color: #0D3047;
}
</style>
background-color css
<style>
a { background-color: #0D3047; }
a { background-color: rgb(13,48,71); }
div.DivClassName
{
background-color: #0D3047;
}
.BgClassName
{
background-color: #0D3047;
}
</style>
border-color css
<style>
span { border-color: #0D3047; }
span { border-color: rgb(13,48,71); }
td.TdClassName
{
border-color: #0D3047;
}
.TagClassName
{
border-color: #0D3047;
}
</style>