Shades of Blue Whale #0E3448
Tints of Blue Whale #0E3448
RGB
CMYK
RGB Variations
Color information
#0E3448 (or 0x0E3448) is known color: Blue Whale. HEX triplet: 0E, 34 and 48. RGB value is (14,52,72). Sum of RGB (Red+Green+Blue) = 14+52+72=138 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.14% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 72 (28.52% from 255 or 52.17% from 138); Max value from RGB is 72 - color contains mainly: blue. Hex color #0E3448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3448 is #F1CBB7. Grayscale: #2A2A2A. Windows color (decimal): -15846328 or 4731918. OLE color: 4731918.
HSL color Cylindrical-coordinate representation of color #0E3448: hue angle of 200.69º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E3448 is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 14 | 52 | 72 | - |
| CMYK | 0.81 | 0.28 | 0 | 0.72 |
| HSL | 200.69º | 0.67% | 0.17% | - |
| HSV(B) | 200.69º | 0.81% | 0.28% | - |
| XYZ | 2.58 | 3.02 | 6.58 | - |
| YUV | 42.92 | 144.41 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 52 | 72 | 0.81 | 0.28 | 0 | 0.72 | 200.69 | 0.67 | 0.17 |
| Hex | E | 34 | 48 | 51 | 1C | 0 | 48 | C9 | 43 | 11 |
| Octal | 16 | 64 | 110 | 121 | 34 | 0 | 110 | 311 | 103 | 21 |
| Binary | 1110 | 110100 | 1001000 | 1010001 | 11100 | 0 | 1001000 | 11001001 | 1000011 | 10001 |
Color Harmonies of #0E3448
Complementary color
Monochromatic Colors of #0E3448
Black with #0E3448
Text Example
Text Example
White with #0E3448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3448; }
p { color: rgb(14,52,72); }
H1.HeaderClassName
{
color: #0E3448;
}
.AnyTagClassName
{
color: #0E3448;
}
</style>
background-color css
<style>
a { background-color: #0E3448; }
a { background-color: rgb(14,52,72); }
div.DivClassName
{
background-color: #0E3448;
}
.BgClassName
{
background-color: #0E3448;
}
</style>
border-color css
<style>
span { border-color: #0E3448; }
span { border-color: rgb(14,52,72); }
td.TdClassName
{
border-color: #0E3448;
}
.TagClassName
{
border-color: #0E3448;
}
</style>