Shades of Blue Whale #0E384A
Tints of Blue Whale #0E384A
RGB
CMYK
RGB Variations
Color information
#0E384A (or 0x0E384A) is known color: Blue Whale. HEX triplet: 0E, 38 and 4A. RGB value is (14,56,74). Sum of RGB (Red+Green+Blue) = 14+56+74=144 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.72% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 74 (29.30% from 255 or 51.39% from 144); Max value from RGB is 74 - color contains mainly: blue. Hex color #0E384A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E384A is #F1C7B5. Grayscale: #2D2D2D. Windows color (decimal): -15845302 or 4864014. OLE color: 4864014.
HSL color Cylindrical-coordinate representation of color #0E384A: hue angle of 198º 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 #0E384A is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 14 | 56 | 74 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.71 |
| HSL | 198º | 0.68% | 0.17% | - |
| HSV(B) | 198º | 0.81% | 0.29% | - |
| XYZ | 2.83 | 3.42 | 6.99 | - |
| YUV | 45.49 | 144.09 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 56 | 74 | 0.81 | 0.24 | 0 | 0.71 | 198 | 0.68 | 0.17 |
| Hex | E | 38 | 4A | 51 | 18 | 0 | 47 | C6 | 44 | 11 |
| Octal | 16 | 70 | 112 | 121 | 30 | 0 | 107 | 306 | 104 | 21 |
| Binary | 1110 | 111000 | 1001010 | 1010001 | 11000 | 0 | 1000111 | 11000110 | 1000100 | 10001 |
Color Harmonies of #0E384A
Complementary color
Monochromatic Colors of #0E384A
Black with #0E384A
Text Example
Text Example
White with #0E384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E384A; }
p { color: rgb(14,56,74); }
H1.HeaderClassName
{
color: #0E384A;
}
.AnyTagClassName
{
color: #0E384A;
}
</style>
background-color css
<style>
a { background-color: #0E384A; }
a { background-color: rgb(14,56,74); }
div.DivClassName
{
background-color: #0E384A;
}
.BgClassName
{
background-color: #0E384A;
}
</style>
border-color css
<style>
span { border-color: #0E384A; }
span { border-color: rgb(14,56,74); }
td.TdClassName
{
border-color: #0E384A;
}
.TagClassName
{
border-color: #0E384A;
}
</style>