Shades of Blue Whale #0E384B
Tints of Blue Whale #0E384B
RGB
CMYK
RGB Variations
Color information
#0E384B (or 0x0E384B) is known color: Blue Whale. HEX triplet: 0E, 38 and 4B. RGB value is (14,56,75). Sum of RGB (Red+Green+Blue) = 14+56+75=145 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.66% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 75 (29.69% from 255 or 51.72% from 145); Max value from RGB is 75 - color contains mainly: blue. Hex color #0E384B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E384B is #F1C7B4. Grayscale: #2D2D2D. Windows color (decimal): -15845301 or 4929550. OLE color: 4929550.
HSL color Cylindrical-coordinate representation of color #0E384B: hue angle of 198.69º degrees, saturation: 0.69, 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 #0E384B is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 14 | 56 | 75 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.71 |
| HSL | 198.69º | 0.69% | 0.17% | - |
| HSV(B) | 198.69º | 0.81% | 0.29% | - |
| XYZ | 2.87 | 3.43 | 7.17 | - |
| YUV | 45.61 | 144.59 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 56 | 75 | 0.81 | 0.25 | 0 | 0.71 | 198.69 | 0.69 | 0.17 |
| Hex | E | 38 | 4B | 51 | 19 | 0 | 47 | C7 | 45 | 11 |
| Octal | 16 | 70 | 113 | 121 | 31 | 0 | 107 | 307 | 105 | 21 |
| Binary | 1110 | 111000 | 1001011 | 1010001 | 11001 | 0 | 1000111 | 11000111 | 1000101 | 10001 |
Color Harmonies of #0E384B
Complementary color
Monochromatic Colors of #0E384B
Black with #0E384B
Text Example
Text Example
White with #0E384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E384B; }
p { color: rgb(14,56,75); }
H1.HeaderClassName
{
color: #0E384B;
}
.AnyTagClassName
{
color: #0E384B;
}
</style>
background-color css
<style>
a { background-color: #0E384B; }
a { background-color: rgb(14,56,75); }
div.DivClassName
{
background-color: #0E384B;
}
.BgClassName
{
background-color: #0E384B;
}
</style>
border-color css
<style>
span { border-color: #0E384B; }
span { border-color: rgb(14,56,75); }
td.TdClassName
{
border-color: #0E384B;
}
.TagClassName
{
border-color: #0E384B;
}
</style>