Shades of Blue Whale #0E3447
Tints of Blue Whale #0E3447
RGB
CMYK
RGB Variations
Color information
#0E3447 (or 0x0E3447) is known color: Blue Whale. HEX triplet: 0E, 34 and 47. RGB value is (14,52,71). Sum of RGB (Red+Green+Blue) = 14+52+71=137 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.22% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 71 (28.12% from 255 or 51.82% from 137); Max value from RGB is 71 - color contains mainly: blue. Hex color #0E3447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3447 is #F1CBB8. Grayscale: #2A2A2A. Windows color (decimal): -15846329 or 4666382. OLE color: 4666382.
HSL color Cylindrical-coordinate representation of color #0E3447: hue angle of 200º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E3447 is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 14 | 52 | 71 | - |
| CMYK | 0.80 | 0.27 | 0 | 0.72 |
| HSL | 200º | 0.67% | 0.17% | - |
| HSV(B) | 200º | 0.8% | 0.28% | - |
| XYZ | 2.55 | 3 | 6.41 | - |
| YUV | 42.8 | 143.91 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 52 | 71 | 0.80 | 0.27 | 0 | 0.72 | 200 | 0.67 | 0.17 |
| Hex | E | 34 | 47 | 50 | 1B | 0 | 48 | C8 | 43 | 11 |
| Octal | 16 | 64 | 107 | 120 | 33 | 0 | 110 | 310 | 103 | 21 |
| Binary | 1110 | 110100 | 1000111 | 1010000 | 11011 | 0 | 1001000 | 11001000 | 1000011 | 10001 |
Color Harmonies of #0E3447
Complementary color
Monochromatic Colors of #0E3447
Black with #0E3447
Text Example
Text Example
White with #0E3447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3447; }
p { color: rgb(14,52,71); }
H1.HeaderClassName
{
color: #0E3447;
}
.AnyTagClassName
{
color: #0E3447;
}
</style>
background-color css
<style>
a { background-color: #0E3447; }
a { background-color: rgb(14,52,71); }
div.DivClassName
{
background-color: #0E3447;
}
.BgClassName
{
background-color: #0E3447;
}
</style>
border-color css
<style>
span { border-color: #0E3447; }
span { border-color: rgb(14,52,71); }
td.TdClassName
{
border-color: #0E3447;
}
.TagClassName
{
border-color: #0E3447;
}
</style>