Shades of Blue Whale #0E2D43
Tints of Blue Whale #0E2D43
RGB
CMYK
RGB Variations
Color information
#0E2D43 (or 0x0E2D43) is known color: Blue Whale. HEX triplet: 0E, 2D and 43. RGB value is (14,45,67). Sum of RGB (Red+Green+Blue) = 14+45+67=126 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.11% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 67 (26.56% from 255 or 53.17% from 126); Max value from RGB is 67 - color contains mainly: blue. Hex color #0E2D43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2D43 is #F1D2BC. Grayscale: #262626. Windows color (decimal): -15848125 or 4402446. OLE color: 4402446.
HSL color Cylindrical-coordinate representation of color #0E2D43: hue angle of 204.91º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0E2D43 is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 14 | 45 | 67 | - |
| CMYK | 0.79 | 0.33 | 0 | 0.74 |
| HSL | 204.91º | 0.65% | 0.16% | - |
| HSV(B) | 204.91º | 0.79% | 0.26% | - |
| XYZ | 2.13 | 2.38 | 5.66 | - |
| YUV | 38.24 | 144.23 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 45 | 67 | 0.79 | 0.33 | 0 | 0.74 | 204.91 | 0.65 | 0.16 |
| Hex | E | 2D | 43 | 4F | 21 | 0 | 4A | CD | 41 | 10 |
| Octal | 16 | 55 | 103 | 117 | 41 | 0 | 112 | 315 | 101 | 20 |
| Binary | 1110 | 101101 | 1000011 | 1001111 | 100001 | 0 | 1001010 | 11001101 | 1000001 | 10000 |
Color Harmonies of #0E2D43
Complementary color
Monochromatic Colors of #0E2D43
Black with #0E2D43
Text Example
Text Example
White with #0E2D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2D43; }
p { color: rgb(14,45,67); }
H1.HeaderClassName
{
color: #0E2D43;
}
.AnyTagClassName
{
color: #0E2D43;
}
</style>
background-color css
<style>
a { background-color: #0E2D43; }
a { background-color: rgb(14,45,67); }
div.DivClassName
{
background-color: #0E2D43;
}
.BgClassName
{
background-color: #0E2D43;
}
</style>
border-color css
<style>
span { border-color: #0E2D43; }
span { border-color: rgb(14,45,67); }
td.TdClassName
{
border-color: #0E2D43;
}
.TagClassName
{
border-color: #0E2D43;
}
</style>