Shades of Blue Whale #0E374F
Tints of Blue Whale #0E374F
RGB
CMYK
RGB Variations
Color information
#0E374F (or 0x0E374F) is known color: Blue Whale. HEX triplet: 0E, 37 and 4F. RGB value is (14,55,79). Sum of RGB (Red+Green+Blue) = 14+55+79=148 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.46% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 79 (31.25% from 255 or 53.38% from 148); Max value from RGB is 79 - color contains mainly: blue. Hex color #0E374F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E374F is #F1C8B0. Grayscale: #2D2D2D. Windows color (decimal): -15845553 or 5191438. OLE color: 5191438.
HSL color Cylindrical-coordinate representation of color #0E374F: hue angle of 202.15º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E374F is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 14 | 55 | 79 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.69 |
| HSL | 202.15º | 0.7% | 0.18% | - |
| HSV(B) | 202.15º | 0.82% | 0.31% | - |
| XYZ | 2.96 | 3.39 | 7.9 | - |
| YUV | 45.48 | 146.92 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 55 | 79 | 0.82 | 0.30 | 0 | 0.69 | 202.15 | 0.7 | 0.18 |
| Hex | E | 37 | 4F | 52 | 1E | 0 | 45 | CA | 46 | 12 |
| Octal | 16 | 67 | 117 | 122 | 36 | 0 | 105 | 312 | 106 | 22 |
| Binary | 1110 | 110111 | 1001111 | 1010010 | 11110 | 0 | 1000101 | 11001010 | 1000110 | 10010 |
Color Harmonies of #0E374F
Complementary color
Monochromatic Colors of #0E374F
Black with #0E374F
Text Example
Text Example
White with #0E374F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E374F; }
p { color: rgb(14,55,79); }
H1.HeaderClassName
{
color: #0E374F;
}
.AnyTagClassName
{
color: #0E374F;
}
</style>
background-color css
<style>
a { background-color: #0E374F; }
a { background-color: rgb(14,55,79); }
div.DivClassName
{
background-color: #0E374F;
}
.BgClassName
{
background-color: #0E374F;
}
</style>
border-color css
<style>
span { border-color: #0E374F; }
span { border-color: rgb(14,55,79); }
td.TdClassName
{
border-color: #0E374F;
}
.TagClassName
{
border-color: #0E374F;
}
</style>