Shades of Blue Whale #0D2D44
Tints of Blue Whale #0D2D44
RGB
CMYK
RGB Variations
Color information
#0D2D44 (or 0x0D2D44) is known color: Blue Whale. HEX triplet: 0D, 2D and 44. RGB value is (13,45,68). Sum of RGB (Red+Green+Blue) = 13+45+68=126 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.32% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 68 (26.95% from 255 or 53.97% from 126); Max value from RGB is 68 - color contains mainly: blue. Hex color #0D2D44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2D44 is #F2D2BB. Grayscale: #252525. Windows color (decimal): -15913660 or 4467981. OLE color: 4467981.
HSL color Cylindrical-coordinate representation of color #0D2D44: hue angle of 205.09º degrees, saturation: 0.68, 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 #0D2D44 is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 45 | 68 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.73 |
| HSL | 205.09º | 0.68% | 0.16% | - |
| HSV(B) | 205.09º | 0.81% | 0.27% | - |
| XYZ | 2.15 | 2.38 | 5.81 | - |
| YUV | 38.05 | 144.9 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 45 | 68 | 0.81 | 0.34 | 0 | 0.73 | 205.09 | 0.68 | 0.16 |
| Hex | D | 2D | 44 | 51 | 22 | 0 | 49 | CD | 44 | 10 |
| Octal | 15 | 55 | 104 | 121 | 42 | 0 | 111 | 315 | 104 | 20 |
| Binary | 1101 | 101101 | 1000100 | 1010001 | 100010 | 0 | 1001001 | 11001101 | 1000100 | 10000 |
Color Harmonies of #0D2D44
Complementary color
Monochromatic Colors of #0D2D44
Black with #0D2D44
Text Example
Text Example
White with #0D2D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2D44; }
p { color: rgb(13,45,68); }
H1.HeaderClassName
{
color: #0D2D44;
}
.AnyTagClassName
{
color: #0D2D44;
}
</style>
background-color css
<style>
a { background-color: #0D2D44; }
a { background-color: rgb(13,45,68); }
div.DivClassName
{
background-color: #0D2D44;
}
.BgClassName
{
background-color: #0D2D44;
}
</style>
border-color css
<style>
span { border-color: #0D2D44; }
span { border-color: rgb(13,45,68); }
td.TdClassName
{
border-color: #0D2D44;
}
.TagClassName
{
border-color: #0D2D44;
}
</style>