Shades of Blue Whale #0D3644
Tints of Blue Whale #0D3644
RGB
CMYK
RGB Variations
Color information
#0D3644 (or 0x0D3644) is known color: Blue Whale. HEX triplet: 0D, 36 and 44. RGB value is (13,54,68). Sum of RGB (Red+Green+Blue) = 13+54+68=135 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.63% from 135); Green value is 54 (21.48% from 255 or 40% from 135); Blue value is 68 (26.95% from 255 or 50.37% from 135); Max value from RGB is 68 - color contains mainly: blue. Hex color #0D3644 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3644 is #F2C9BB. Grayscale: #2B2B2B. Windows color (decimal): -15911356 or 4470285. OLE color: 4470285.
HSL color Cylindrical-coordinate representation of color #0D3644: hue angle of 195.27º 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 #0D3644 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 54 | 68 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.73 |
| HSL | 195.27º | 0.68% | 0.16% | - |
| HSV(B) | 195.27º | 0.81% | 0.27% | - |
| XYZ | 2.53 | 3.14 | 5.94 | - |
| YUV | 43.34 | 141.92 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 54 | 68 | 0.81 | 0.21 | 0 | 0.73 | 195.27 | 0.68 | 0.16 |
| Hex | D | 36 | 44 | 51 | 15 | 0 | 49 | C3 | 44 | 10 |
| Octal | 15 | 66 | 104 | 121 | 25 | 0 | 111 | 303 | 104 | 20 |
| Binary | 1101 | 110110 | 1000100 | 1010001 | 10101 | 0 | 1001001 | 11000011 | 1000100 | 10000 |
Color Harmonies of #0D3644
Complementary color
Monochromatic Colors of #0D3644
Black with #0D3644
Text Example
Text Example
White with #0D3644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3644; }
p { color: rgb(13,54,68); }
H1.HeaderClassName
{
color: #0D3644;
}
.AnyTagClassName
{
color: #0D3644;
}
</style>
background-color css
<style>
a { background-color: #0D3644; }
a { background-color: rgb(13,54,68); }
div.DivClassName
{
background-color: #0D3644;
}
.BgClassName
{
background-color: #0D3644;
}
</style>
border-color css
<style>
span { border-color: #0D3644; }
span { border-color: rgb(13,54,68); }
td.TdClassName
{
border-color: #0D3644;
}
.TagClassName
{
border-color: #0D3644;
}
</style>