Shades of Blue Whale #0E3442
Tints of Blue Whale #0E3442
RGB
CMYK
RGB Variations
Color information
#0E3442 (or 0x0E3442) is known color: Blue Whale. HEX triplet: 0E, 34 and 42. RGB value is (14,52,66). Sum of RGB (Red+Green+Blue) = 14+52+66=132 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.61% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 66 (26.17% from 255 or 50% from 132); Max value from RGB is 66 - color contains mainly: blue. Hex color #0E3442 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3442 is #F1CBBD. Grayscale: #2A2A2A. Windows color (decimal): -15846334 or 4338702. OLE color: 4338702.
HSL color Cylindrical-coordinate representation of color #0E3442: hue angle of 196.15º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0E3442 is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 14 | 52 | 66 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.74 |
| HSL | 196.15º | 0.65% | 0.16% | - |
| HSV(B) | 196.15º | 0.79% | 0.26% | - |
| XYZ | 2.39 | 2.94 | 5.6 | - |
| YUV | 42.23 | 141.41 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 52 | 66 | 0.79 | 0.21 | 0 | 0.74 | 196.15 | 0.65 | 0.16 |
| Hex | E | 34 | 42 | 4F | 15 | 0 | 4A | C4 | 41 | 10 |
| Octal | 16 | 64 | 102 | 117 | 25 | 0 | 112 | 304 | 101 | 20 |
| Binary | 1110 | 110100 | 1000010 | 1001111 | 10101 | 0 | 1001010 | 11000100 | 1000001 | 10000 |
Color Harmonies of #0E3442
Complementary color
Monochromatic Colors of #0E3442
Black with #0E3442
Text Example
Text Example
White with #0E3442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3442; }
p { color: rgb(14,52,66); }
H1.HeaderClassName
{
color: #0E3442;
}
.AnyTagClassName
{
color: #0E3442;
}
</style>
background-color css
<style>
a { background-color: #0E3442; }
a { background-color: rgb(14,52,66); }
div.DivClassName
{
background-color: #0E3442;
}
.BgClassName
{
background-color: #0E3442;
}
</style>
border-color css
<style>
span { border-color: #0E3442; }
span { border-color: rgb(14,52,66); }
td.TdClassName
{
border-color: #0E3442;
}
.TagClassName
{
border-color: #0E3442;
}
</style>