Shades of Blue Whale #0E3241
Tints of Blue Whale #0E3241
RGB
CMYK
RGB Variations
Color information
#0E3241 (or 0x0E3241) is known color: Blue Whale. HEX triplet: 0E, 32 and 41. RGB value is (14,50,65). Sum of RGB (Red+Green+Blue) = 14+50+65=129 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.85% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 65 (25.78% from 255 or 50.39% from 129); Max value from RGB is 65 - color contains mainly: blue. Hex color #0E3241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3241 is #F1CDBE. Grayscale: #282828. Windows color (decimal): -15846847 or 4272654. OLE color: 4272654.
HSL color Cylindrical-coordinate representation of color #0E3241: hue angle of 197.65º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0E3241 is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 14 | 50 | 65 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.75 |
| HSL | 197.65º | 0.65% | 0.15% | - |
| HSV(B) | 197.65º | 0.78% | 0.25% | - |
| XYZ | 2.28 | 2.76 | 5.41 | - |
| YUV | 40.95 | 141.57 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 50 | 65 | 0.78 | 0.23 | 0 | 0.75 | 197.65 | 0.65 | 0.15 |
| Hex | E | 32 | 41 | 4E | 17 | 0 | 4B | C6 | 41 | F |
| Octal | 16 | 62 | 101 | 116 | 27 | 0 | 113 | 306 | 101 | 17 |
| Binary | 1110 | 110010 | 1000001 | 1001110 | 10111 | 0 | 1001011 | 11000110 | 1000001 | 1111 |
Color Harmonies of #0E3241
Complementary color
Monochromatic Colors of #0E3241
Black with #0E3241
Text Example
Text Example
White with #0E3241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3241; }
p { color: rgb(14,50,65); }
H1.HeaderClassName
{
color: #0E3241;
}
.AnyTagClassName
{
color: #0E3241;
}
</style>
background-color css
<style>
a { background-color: #0E3241; }
a { background-color: rgb(14,50,65); }
div.DivClassName
{
background-color: #0E3241;
}
.BgClassName
{
background-color: #0E3241;
}
</style>
border-color css
<style>
span { border-color: #0E3241; }
span { border-color: rgb(14,50,65); }
td.TdClassName
{
border-color: #0E3241;
}
.TagClassName
{
border-color: #0E3241;
}
</style>