Shades of Blue Whale #0E2D49
Tints of Blue Whale #0E2D49
RGB
CMYK
RGB Variations
Color information
#0E2D49 (or 0x0E2D49) is known color: Blue Whale. HEX triplet: 0E, 2D and 49. RGB value is (14,45,73). Sum of RGB (Red+Green+Blue) = 14+45+73=132 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.61% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 73 (28.91% from 255 or 55.30% from 132); Max value from RGB is 73 - color contains mainly: blue. Hex color #0E2D49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2D49 is #F1D2B6. Grayscale: #262626. Windows color (decimal): -15848119 or 4795662. OLE color: 4795662.
HSL color Cylindrical-coordinate representation of color #0E2D49: hue angle of 208.47º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E2D49 is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 14 | 45 | 73 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.71 |
| HSL | 208.47º | 0.68% | 0.17% | - |
| HSV(B) | 208.47º | 0.81% | 0.29% | - |
| XYZ | 2.32 | 2.45 | 6.65 | - |
| YUV | 38.92 | 147.23 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 45 | 73 | 0.81 | 0.38 | 0 | 0.71 | 208.47 | 0.68 | 0.17 |
| Hex | E | 2D | 49 | 51 | 26 | 0 | 47 | D0 | 44 | 11 |
| Octal | 16 | 55 | 111 | 121 | 46 | 0 | 107 | 320 | 104 | 21 |
| Binary | 1110 | 101101 | 1001001 | 1010001 | 100110 | 0 | 1000111 | 11010000 | 1000100 | 10001 |
Color Harmonies of #0E2D49
Complementary color
Monochromatic Colors of #0E2D49
Black with #0E2D49
Text Example
Text Example
White with #0E2D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2D49; }
p { color: rgb(14,45,73); }
H1.HeaderClassName
{
color: #0E2D49;
}
.AnyTagClassName
{
color: #0E2D49;
}
</style>
background-color css
<style>
a { background-color: #0E2D49; }
a { background-color: rgb(14,45,73); }
div.DivClassName
{
background-color: #0E2D49;
}
.BgClassName
{
background-color: #0E2D49;
}
</style>
border-color css
<style>
span { border-color: #0E2D49; }
span { border-color: rgb(14,45,73); }
td.TdClassName
{
border-color: #0E2D49;
}
.TagClassName
{
border-color: #0E2D49;
}
</style>