Shades of Blue Whale #0D2C46
Tints of Blue Whale #0D2C46
RGB
CMYK
RGB Variations
Color information
#0D2C46 (or 0x0D2C46) is known color: Blue Whale. HEX triplet: 0D, 2C and 46. RGB value is (13,44,70). Sum of RGB (Red+Green+Blue) = 13+44+70=127 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.24% from 127); Green value is 44 (17.58% from 255 or 34.65% from 127); Blue value is 70 (27.73% from 255 or 55.12% from 127); Max value from RGB is 70 - color contains mainly: blue. Hex color #0D2C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2C46 is #F2D3B9. Grayscale: #252525. Windows color (decimal): -15913914 or 4598797. OLE color: 4598797.
HSL color Cylindrical-coordinate representation of color #0D2C46: hue angle of 207.37º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D2C46 is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 44 | 70 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.73 |
| HSL | 207.37º | 0.69% | 0.16% | - |
| HSV(B) | 207.37º | 0.81% | 0.27% | - |
| XYZ | 2.17 | 2.33 | 6.13 | - |
| YUV | 37.7 | 146.23 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 44 | 70 | 0.81 | 0.37 | 0 | 0.73 | 207.37 | 0.69 | 0.16 |
| Hex | D | 2C | 46 | 51 | 25 | 0 | 49 | CF | 45 | 10 |
| Octal | 15 | 54 | 106 | 121 | 45 | 0 | 111 | 317 | 105 | 20 |
| Binary | 1101 | 101100 | 1000110 | 1010001 | 100101 | 0 | 1001001 | 11001111 | 1000101 | 10000 |
Color Harmonies of #0D2C46
Complementary color
Monochromatic Colors of #0D2C46
Black with #0D2C46
Text Example
Text Example
White with #0D2C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2C46; }
p { color: rgb(13,44,70); }
H1.HeaderClassName
{
color: #0D2C46;
}
.AnyTagClassName
{
color: #0D2C46;
}
</style>
background-color css
<style>
a { background-color: #0D2C46; }
a { background-color: rgb(13,44,70); }
div.DivClassName
{
background-color: #0D2C46;
}
.BgClassName
{
background-color: #0D2C46;
}
</style>
border-color css
<style>
span { border-color: #0D2C46; }
span { border-color: rgb(13,44,70); }
td.TdClassName
{
border-color: #0D2C46;
}
.TagClassName
{
border-color: #0D2C46;
}
</style>