Shades of Blue Whale #0D313E
Tints of Blue Whale #0D313E
RGB
CMYK
RGB Variations
Color information
#0D313E (or 0x0D313E) is known color: Blue Whale. HEX triplet: 0D, 31 and 3E. RGB value is (13,49,62). Sum of RGB (Red+Green+Blue) = 13+49+62=124 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.48% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 62 (24.61% from 255 or 50% from 124); Max value from RGB is 62 - color contains mainly: blue. Hex color #0D313E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D313E is #F2CEC1. Grayscale: #272727. Windows color (decimal): -15912642 or 4075789. OLE color: 4075789.
HSL color Cylindrical-coordinate representation of color #0D313E: hue angle of 195.92º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D313E is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 49 | 62 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.76 |
| HSL | 195.92º | 0.65% | 0.15% | - |
| HSV(B) | 195.92º | 0.79% | 0.24% | - |
| XYZ | 2.13 | 2.63 | 4.95 | - |
| YUV | 39.72 | 140.57 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 49 | 62 | 0.79 | 0.21 | 0 | 0.76 | 195.92 | 0.65 | 0.15 |
| Hex | D | 31 | 3E | 4F | 15 | 0 | 4C | C4 | 41 | F |
| Octal | 15 | 61 | 76 | 117 | 25 | 0 | 114 | 304 | 101 | 17 |
| Binary | 1101 | 110001 | 111110 | 1001111 | 10101 | 0 | 1001100 | 11000100 | 1000001 | 1111 |
Color Harmonies of #0D313E
Complementary color
Monochromatic Colors of #0D313E
Black with #0D313E
Text Example
Text Example
White with #0D313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D313E; }
p { color: rgb(13,49,62); }
H1.HeaderClassName
{
color: #0D313E;
}
.AnyTagClassName
{
color: #0D313E;
}
</style>
background-color css
<style>
a { background-color: #0D313E; }
a { background-color: rgb(13,49,62); }
div.DivClassName
{
background-color: #0D313E;
}
.BgClassName
{
background-color: #0D313E;
}
</style>
border-color css
<style>
span { border-color: #0D313E; }
span { border-color: rgb(13,49,62); }
td.TdClassName
{
border-color: #0D313E;
}
.TagClassName
{
border-color: #0D313E;
}
</style>