Shades of Blue Whale #0E3349
Tints of Blue Whale #0E3349
RGB
CMYK
RGB Variations
Color information
#0E3349 (or 0x0E3349) is known color: Blue Whale. HEX triplet: 0E, 33 and 49. RGB value is (14,51,73). Sum of RGB (Red+Green+Blue) = 14+51+73=138 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.14% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 73 (28.91% from 255 or 52.90% from 138); Max value from RGB is 73 - color contains mainly: blue. Hex color #0E3349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3349 is #F1CCB6. Grayscale: #2A2A2A. Windows color (decimal): -15846583 or 4797198. OLE color: 4797198.
HSL color Cylindrical-coordinate representation of color #0E3349: hue angle of 202.37º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E3349 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 14 | 51 | 73 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.71 |
| HSL | 202.37º | 0.68% | 0.17% | - |
| HSV(B) | 202.37º | 0.81% | 0.29% | - |
| XYZ | 2.57 | 2.94 | 6.74 | - |
| YUV | 42.45 | 145.24 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 51 | 73 | 0.81 | 0.30 | 0 | 0.71 | 202.37 | 0.68 | 0.17 |
| Hex | E | 33 | 49 | 51 | 1E | 0 | 47 | CA | 44 | 11 |
| Octal | 16 | 63 | 111 | 121 | 36 | 0 | 107 | 312 | 104 | 21 |
| Binary | 1110 | 110011 | 1001001 | 1010001 | 11110 | 0 | 1000111 | 11001010 | 1000100 | 10001 |
Color Harmonies of #0E3349
Complementary color
Monochromatic Colors of #0E3349
Black with #0E3349
Text Example
Text Example
White with #0E3349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3349; }
p { color: rgb(14,51,73); }
H1.HeaderClassName
{
color: #0E3349;
}
.AnyTagClassName
{
color: #0E3349;
}
</style>
background-color css
<style>
a { background-color: #0E3349; }
a { background-color: rgb(14,51,73); }
div.DivClassName
{
background-color: #0E3349;
}
.BgClassName
{
background-color: #0E3349;
}
</style>
border-color css
<style>
span { border-color: #0E3349; }
span { border-color: rgb(14,51,73); }
td.TdClassName
{
border-color: #0E3349;
}
.TagClassName
{
border-color: #0E3349;
}
</style>