Shades of Blue Whale #0E3446
Tints of Blue Whale #0E3446
RGB
CMYK
RGB Variations
Color information
#0E3446 (or 0x0E3446) is known color: Blue Whale. HEX triplet: 0E, 34 and 46. RGB value is (14,52,70). Sum of RGB (Red+Green+Blue) = 14+52+70=136 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.29% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 70 (27.73% from 255 or 51.47% from 136); Max value from RGB is 70 - color contains mainly: blue. Hex color #0E3446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3446 is #F1CBB9. Grayscale: #2A2A2A. Windows color (decimal): -15846330 or 4600846. OLE color: 4600846.
HSL color Cylindrical-coordinate representation of color #0E3446: hue angle of 199.29º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E3446 is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 14 | 52 | 70 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.73 |
| HSL | 199.29º | 0.67% | 0.16% | - |
| HSV(B) | 199.29º | 0.8% | 0.27% | - |
| XYZ | 2.51 | 2.99 | 6.24 | - |
| YUV | 42.69 | 143.41 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 52 | 70 | 0.80 | 0.26 | 0 | 0.73 | 199.29 | 0.67 | 0.16 |
| Hex | E | 34 | 46 | 50 | 1A | 0 | 49 | C7 | 43 | 10 |
| Octal | 16 | 64 | 106 | 120 | 32 | 0 | 111 | 307 | 103 | 20 |
| Binary | 1110 | 110100 | 1000110 | 1010000 | 11010 | 0 | 1001001 | 11000111 | 1000011 | 10000 |
Color Harmonies of #0E3446
Complementary color
Monochromatic Colors of #0E3446
Black with #0E3446
Text Example
Text Example
White with #0E3446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3446; }
p { color: rgb(14,52,70); }
H1.HeaderClassName
{
color: #0E3446;
}
.AnyTagClassName
{
color: #0E3446;
}
</style>
background-color css
<style>
a { background-color: #0E3446; }
a { background-color: rgb(14,52,70); }
div.DivClassName
{
background-color: #0E3446;
}
.BgClassName
{
background-color: #0E3446;
}
</style>
border-color css
<style>
span { border-color: #0E3446; }
span { border-color: rgb(14,52,70); }
td.TdClassName
{
border-color: #0E3446;
}
.TagClassName
{
border-color: #0E3446;
}
</style>