Shades of Blue Whale #0E374B
Tints of Blue Whale #0E374B
RGB
CMYK
RGB Variations
Color information
#0E374B (or 0x0E374B) is known color: Blue Whale. HEX triplet: 0E, 37 and 4B. RGB value is (14,55,75). Sum of RGB (Red+Green+Blue) = 14+55+75=144 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.72% from 144); Green value is 55 (21.88% from 255 or 38.19% from 144); Blue value is 75 (29.69% from 255 or 52.08% from 144); Max value from RGB is 75 - color contains mainly: blue. Hex color #0E374B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E374B is #F1C8B4. Grayscale: #2C2C2C. Windows color (decimal): -15845557 or 4929294. OLE color: 4929294.
HSL color Cylindrical-coordinate representation of color #0E374B: hue angle of 199.67º 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 #0E374B is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 14 | 55 | 75 | - |
| CMYK | 0.81 | 0.27 | 0 | 0.71 |
| HSL | 199.67º | 0.69% | 0.17% | - |
| HSV(B) | 199.67º | 0.81% | 0.29% | - |
| XYZ | 2.82 | 3.33 | 7.15 | - |
| YUV | 45.02 | 144.92 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 55 | 75 | 0.81 | 0.27 | 0 | 0.71 | 199.67 | 0.69 | 0.17 |
| Hex | E | 37 | 4B | 51 | 1B | 0 | 47 | C8 | 45 | 11 |
| Octal | 16 | 67 | 113 | 121 | 33 | 0 | 107 | 310 | 105 | 21 |
| Binary | 1110 | 110111 | 1001011 | 1010001 | 11011 | 0 | 1000111 | 11001000 | 1000101 | 10001 |
Color Harmonies of #0E374B
Complementary color
Monochromatic Colors of #0E374B
Black with #0E374B
Text Example
Text Example
White with #0E374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E374B; }
p { color: rgb(14,55,75); }
H1.HeaderClassName
{
color: #0E374B;
}
.AnyTagClassName
{
color: #0E374B;
}
</style>
background-color css
<style>
a { background-color: #0E374B; }
a { background-color: rgb(14,55,75); }
div.DivClassName
{
background-color: #0E374B;
}
.BgClassName
{
background-color: #0E374B;
}
</style>
border-color css
<style>
span { border-color: #0E374B; }
span { border-color: rgb(14,55,75); }
td.TdClassName
{
border-color: #0E374B;
}
.TagClassName
{
border-color: #0E374B;
}
</style>