Shades of Blue Whale #0D304D
Tints of Blue Whale #0D304D
RGB
CMYK
RGB Variations
Color information
#0D304D (or 0x0D304D) is known color: Blue Whale. HEX triplet: 0D, 30 and 4D. RGB value is (13,48,77). Sum of RGB (Red+Green+Blue) = 13+48+77=138 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.42% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #0D304D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D304D is #F2CFB2. Grayscale: #282828. Windows color (decimal): -15912883 or 5058573. OLE color: 5058573.
HSL color Cylindrical-coordinate representation of color #0D304D: hue angle of 207.19º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D304D is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 13 | 48 | 77 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.70 |
| HSL | 207.19º | 0.71% | 0.18% | - |
| HSV(B) | 207.19º | 0.83% | 0.3% | - |
| XYZ | 2.56 | 2.74 | 7.41 | - |
| YUV | 40.84 | 148.4 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 48 | 77 | 0.83 | 0.38 | 0 | 0.70 | 207.19 | 0.71 | 0.18 |
| Hex | D | 30 | 4D | 53 | 26 | 0 | 46 | CF | 47 | 12 |
| Octal | 15 | 60 | 115 | 123 | 46 | 0 | 106 | 317 | 107 | 22 |
| Binary | 1101 | 110000 | 1001101 | 1010011 | 100110 | 0 | 1000110 | 11001111 | 1000111 | 10010 |
Color Harmonies of #0D304D
Complementary color
Monochromatic Colors of #0D304D
Black with #0D304D
Text Example
Text Example
White with #0D304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D304D; }
p { color: rgb(13,48,77); }
H1.HeaderClassName
{
color: #0D304D;
}
.AnyTagClassName
{
color: #0D304D;
}
</style>
background-color css
<style>
a { background-color: #0D304D; }
a { background-color: rgb(13,48,77); }
div.DivClassName
{
background-color: #0D304D;
}
.BgClassName
{
background-color: #0D304D;
}
</style>
border-color css
<style>
span { border-color: #0D304D; }
span { border-color: rgb(13,48,77); }
td.TdClassName
{
border-color: #0D304D;
}
.TagClassName
{
border-color: #0D304D;
}
</style>