Shades of Blue Whale #0D3245
Tints of Blue Whale #0D3245
RGB
CMYK
RGB Variations
Color information
#0D3245 (or 0x0D3245) is known color: Blue Whale. HEX triplet: 0D, 32 and 45. RGB value is (13,50,69). Sum of RGB (Red+Green+Blue) = 13+50+69=132 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.85% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 69 (27.34% from 255 or 52.27% from 132); Max value from RGB is 69 - color contains mainly: blue. Hex color #0D3245 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3245 is #F2CDBA. Grayscale: #282828. Windows color (decimal): -15912379 or 4534797. OLE color: 4534797.
HSL color Cylindrical-coordinate representation of color #0D3245: hue angle of 200.36º 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 #0D3245 is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 50 | 69 | - |
| CMYK | 0.81 | 0.28 | 0 | 0.73 |
| HSL | 200.36º | 0.68% | 0.16% | - |
| HSV(B) | 200.36º | 0.81% | 0.27% | - |
| XYZ | 2.38 | 2.8 | 6.04 | - |
| YUV | 41.1 | 143.74 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 50 | 69 | 0.81 | 0.28 | 0 | 0.73 | 200.36 | 0.68 | 0.16 |
| Hex | D | 32 | 45 | 51 | 1C | 0 | 49 | C8 | 44 | 10 |
| Octal | 15 | 62 | 105 | 121 | 34 | 0 | 111 | 310 | 104 | 20 |
| Binary | 1101 | 110010 | 1000101 | 1010001 | 11100 | 0 | 1001001 | 11001000 | 1000100 | 10000 |
Color Harmonies of #0D3245
Complementary color
Monochromatic Colors of #0D3245
Black with #0D3245
Text Example
Text Example
White with #0D3245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3245; }
p { color: rgb(13,50,69); }
H1.HeaderClassName
{
color: #0D3245;
}
.AnyTagClassName
{
color: #0D3245;
}
</style>
background-color css
<style>
a { background-color: #0D3245; }
a { background-color: rgb(13,50,69); }
div.DivClassName
{
background-color: #0D3245;
}
.BgClassName
{
background-color: #0D3245;
}
</style>
border-color css
<style>
span { border-color: #0D3245; }
span { border-color: rgb(13,50,69); }
td.TdClassName
{
border-color: #0D3245;
}
.TagClassName
{
border-color: #0D3245;
}
</style>