Shades of Blue Whale #0D3344
Tints of Blue Whale #0D3344
RGB
CMYK
RGB Variations
Color information
#0D3344 (or 0x0D3344) is known color: Blue Whale. HEX triplet: 0D, 33 and 44. RGB value is (13,51,68). Sum of RGB (Red+Green+Blue) = 13+51+68=132 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.85% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 68 (26.95% from 255 or 51.52% from 132); Max value from RGB is 68 - color contains mainly: blue. Hex color #0D3344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3344 is #F2CCBB. Grayscale: #292929. Windows color (decimal): -15912124 or 4469517. OLE color: 4469517.
HSL color Cylindrical-coordinate representation of color #0D3344: hue angle of 198.55º 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 #0D3344 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 51 | 68 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.73 |
| HSL | 198.55º | 0.68% | 0.16% | - |
| HSV(B) | 198.55º | 0.81% | 0.27% | - |
| XYZ | 2.39 | 2.87 | 5.9 | - |
| YUV | 41.58 | 142.91 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 51 | 68 | 0.81 | 0.25 | 0 | 0.73 | 198.55 | 0.68 | 0.16 |
| Hex | D | 33 | 44 | 51 | 19 | 0 | 49 | C7 | 44 | 10 |
| Octal | 15 | 63 | 104 | 121 | 31 | 0 | 111 | 307 | 104 | 20 |
| Binary | 1101 | 110011 | 1000100 | 1010001 | 11001 | 0 | 1001001 | 11000111 | 1000100 | 10000 |
Color Harmonies of #0D3344
Complementary color
Monochromatic Colors of #0D3344
Black with #0D3344
Text Example
Text Example
White with #0D3344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3344; }
p { color: rgb(13,51,68); }
H1.HeaderClassName
{
color: #0D3344;
}
.AnyTagClassName
{
color: #0D3344;
}
</style>
background-color css
<style>
a { background-color: #0D3344; }
a { background-color: rgb(13,51,68); }
div.DivClassName
{
background-color: #0D3344;
}
.BgClassName
{
background-color: #0D3344;
}
</style>
border-color css
<style>
span { border-color: #0D3344; }
span { border-color: rgb(13,51,68); }
td.TdClassName
{
border-color: #0D3344;
}
.TagClassName
{
border-color: #0D3344;
}
</style>