Shades of Blue Whale #0D3441
Tints of Blue Whale #0D3441
RGB
CMYK
RGB Variations
Color information
#0D3441 (or 0x0D3441) is known color: Blue Whale. HEX triplet: 0D, 34 and 41. RGB value is (13,52,65). Sum of RGB (Red+Green+Blue) = 13+52+65=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #0D3441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3441 is #F2CBBE. Grayscale: #292929. Windows color (decimal): -15911871 or 4273165. OLE color: 4273165.
HSL color Cylindrical-coordinate representation of color #0D3441: hue angle of 195º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D3441 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 13 | 52 | 65 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.75 |
| HSL | 195º | 0.67% | 0.15% | - |
| HSV(B) | 195º | 0.8% | 0.25% | - |
| XYZ | 2.35 | 2.92 | 5.44 | - |
| YUV | 41.82 | 141.08 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 52 | 65 | 0.80 | 0.20 | 0 | 0.75 | 195 | 0.67 | 0.15 |
| Hex | D | 34 | 41 | 50 | 14 | 0 | 4B | C3 | 43 | F |
| Octal | 15 | 64 | 101 | 120 | 24 | 0 | 113 | 303 | 103 | 17 |
| Binary | 1101 | 110100 | 1000001 | 1010000 | 10100 | 0 | 1001011 | 11000011 | 1000011 | 1111 |
Color Harmonies of #0D3441
Complementary color
Monochromatic Colors of #0D3441
Black with #0D3441
Text Example
Text Example
White with #0D3441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3441; }
p { color: rgb(13,52,65); }
H1.HeaderClassName
{
color: #0D3441;
}
.AnyTagClassName
{
color: #0D3441;
}
</style>
background-color css
<style>
a { background-color: #0D3441; }
a { background-color: rgb(13,52,65); }
div.DivClassName
{
background-color: #0D3441;
}
.BgClassName
{
background-color: #0D3441;
}
</style>
border-color css
<style>
span { border-color: #0D3441; }
span { border-color: rgb(13,52,65); }
td.TdClassName
{
border-color: #0D3441;
}
.TagClassName
{
border-color: #0D3441;
}
</style>