Shades of Blue Whale #0E3048
Tints of Blue Whale #0E3048
RGB
CMYK
RGB Variations
Color information
#0E3048 (or 0x0E3048) is known color: Blue Whale. HEX triplet: 0E, 30 and 48. RGB value is (14,48,72). Sum of RGB (Red+Green+Blue) = 14+48+72=134 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.45% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 72 (28.52% from 255 or 53.73% from 134); Max value from RGB is 72 - color contains mainly: blue. Hex color #0E3048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3048 is #F1CFB7. Grayscale: #282828. Windows color (decimal): -15847352 or 4730894. OLE color: 4730894.
HSL color Cylindrical-coordinate representation of color #0E3048: hue angle of 204.83º 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 #0E3048 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 14 | 48 | 72 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.72 |
| HSL | 204.83º | 0.67% | 0.17% | - |
| HSV(B) | 204.83º | 0.81% | 0.28% | - |
| XYZ | 2.41 | 2.68 | 6.52 | - |
| YUV | 40.57 | 145.74 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 48 | 72 | 0.81 | 0.33 | 0 | 0.72 | 204.83 | 0.67 | 0.17 |
| Hex | E | 30 | 48 | 51 | 21 | 0 | 48 | CD | 43 | 11 |
| Octal | 16 | 60 | 110 | 121 | 41 | 0 | 110 | 315 | 103 | 21 |
| Binary | 1110 | 110000 | 1001000 | 1010001 | 100001 | 0 | 1001000 | 11001101 | 1000011 | 10001 |
Color Harmonies of #0E3048
Complementary color
Monochromatic Colors of #0E3048
Black with #0E3048
Text Example
Text Example
White with #0E3048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3048; }
p { color: rgb(14,48,72); }
H1.HeaderClassName
{
color: #0E3048;
}
.AnyTagClassName
{
color: #0E3048;
}
</style>
background-color css
<style>
a { background-color: #0E3048; }
a { background-color: rgb(14,48,72); }
div.DivClassName
{
background-color: #0E3048;
}
.BgClassName
{
background-color: #0E3048;
}
</style>
border-color css
<style>
span { border-color: #0E3048; }
span { border-color: rgb(14,48,72); }
td.TdClassName
{
border-color: #0E3048;
}
.TagClassName
{
border-color: #0E3048;
}
</style>