Shades of Blue Whale #0D3545
Tints of Blue Whale #0D3545
RGB
CMYK
RGB Variations
Color information
#0D3545 (or 0x0D3545) is known color: Blue Whale. HEX triplet: 0D, 35 and 45. RGB value is (13,53,69). Sum of RGB (Red+Green+Blue) = 13+53+69=135 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.63% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 69 (27.34% from 255 or 51.11% from 135); Max value from RGB is 69 - color contains mainly: blue. Hex color #0D3545 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3545 is #F2CABA. Grayscale: #2A2A2A. Windows color (decimal): -15911611 or 4535565. OLE color: 4535565.
HSL color Cylindrical-coordinate representation of color #0D3545: hue angle of 197.14º 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 #0D3545 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 53 | 69 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.73 |
| HSL | 197.14º | 0.68% | 0.16% | - |
| HSV(B) | 197.14º | 0.81% | 0.27% | - |
| XYZ | 2.51 | 3.06 | 6.09 | - |
| YUV | 42.86 | 142.75 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 53 | 69 | 0.81 | 0.23 | 0 | 0.73 | 197.14 | 0.68 | 0.16 |
| Hex | D | 35 | 45 | 51 | 17 | 0 | 49 | C5 | 44 | 10 |
| Octal | 15 | 65 | 105 | 121 | 27 | 0 | 111 | 305 | 104 | 20 |
| Binary | 1101 | 110101 | 1000101 | 1010001 | 10111 | 0 | 1001001 | 11000101 | 1000100 | 10000 |
Color Harmonies of #0D3545
Complementary color
Monochromatic Colors of #0D3545
Black with #0D3545
Text Example
Text Example
White with #0D3545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3545; }
p { color: rgb(13,53,69); }
H1.HeaderClassName
{
color: #0D3545;
}
.AnyTagClassName
{
color: #0D3545;
}
</style>
background-color css
<style>
a { background-color: #0D3545; }
a { background-color: rgb(13,53,69); }
div.DivClassName
{
background-color: #0D3545;
}
.BgClassName
{
background-color: #0D3545;
}
</style>
border-color css
<style>
span { border-color: #0D3545; }
span { border-color: rgb(13,53,69); }
td.TdClassName
{
border-color: #0D3545;
}
.TagClassName
{
border-color: #0D3545;
}
</style>