Shades of Blue Whale #0E3644
Tints of Blue Whale #0E3644
RGB
CMYK
RGB Variations
Color information
#0E3644 (or 0x0E3644) is known color: Blue Whale. HEX triplet: 0E, 36 and 44. RGB value is (14,54,68). Sum of RGB (Red+Green+Blue) = 14+54+68=136 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.29% from 136); Green value is 54 (21.48% from 255 or 39.71% from 136); Blue value is 68 (26.95% from 255 or 50% from 136); Max value from RGB is 68 - color contains mainly: blue. Hex color #0E3644 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3644 is #F1C9BB. Grayscale: #2B2B2B. Windows color (decimal): -15845820 or 4470286. OLE color: 4470286.
HSL color Cylindrical-coordinate representation of color #0E3644: hue angle of 195.56º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0E3644 is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 14 | 54 | 68 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.73 |
| HSL | 195.56º | 0.66% | 0.16% | - |
| HSV(B) | 195.56º | 0.79% | 0.27% | - |
| XYZ | 2.54 | 3.15 | 5.94 | - |
| YUV | 43.64 | 141.75 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 54 | 68 | 0.79 | 0.21 | 0 | 0.73 | 195.56 | 0.66 | 0.16 |
| Hex | E | 36 | 44 | 4F | 15 | 0 | 49 | C4 | 42 | 10 |
| Octal | 16 | 66 | 104 | 117 | 25 | 0 | 111 | 304 | 102 | 20 |
| Binary | 1110 | 110110 | 1000100 | 1001111 | 10101 | 0 | 1001001 | 11000100 | 1000010 | 10000 |
Color Harmonies of #0E3644
Complementary color
Monochromatic Colors of #0E3644
Black with #0E3644
Text Example
Text Example
White with #0E3644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3644; }
p { color: rgb(14,54,68); }
H1.HeaderClassName
{
color: #0E3644;
}
.AnyTagClassName
{
color: #0E3644;
}
</style>
background-color css
<style>
a { background-color: #0E3644; }
a { background-color: rgb(14,54,68); }
div.DivClassName
{
background-color: #0E3644;
}
.BgClassName
{
background-color: #0E3644;
}
</style>
border-color css
<style>
span { border-color: #0E3644; }
span { border-color: rgb(14,54,68); }
td.TdClassName
{
border-color: #0E3644;
}
.TagClassName
{
border-color: #0E3644;
}
</style>