Shades of Blue Whale #0E2F3C
Tints of Blue Whale #0E2F3C
RGB
CMYK
RGB Variations
Color information
#0E2F3C (or 0x0E2F3C) is known color: Blue Whale. HEX triplet: 0E, 2F and 3C. RGB value is (14,47,60). Sum of RGB (Red+Green+Blue) = 14+47+60=121 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.57% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 60 (23.83% from 255 or 49.59% from 121); Max value from RGB is 60 - color contains mainly: blue. Hex color #0E2F3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2F3C is #F1D0C3. Grayscale: #262626. Windows color (decimal): -15847620 or 3944206. OLE color: 3944206.
HSL color Cylindrical-coordinate representation of color #0E2F3C: hue angle of 196.96º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E2F3C is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 14 | 47 | 60 | - |
| CMYK | 0.77 | 0.22 | 0 | 0.76 |
| HSL | 196.96º | 0.62% | 0.15% | - |
| HSV(B) | 196.96º | 0.77% | 0.24% | - |
| XYZ | 2.01 | 2.45 | 4.64 | - |
| YUV | 38.62 | 140.07 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 47 | 60 | 0.77 | 0.22 | 0 | 0.76 | 196.96 | 0.62 | 0.15 |
| Hex | E | 2F | 3C | 4D | 16 | 0 | 4C | C5 | 3E | F |
| Octal | 16 | 57 | 74 | 115 | 26 | 0 | 114 | 305 | 76 | 17 |
| Binary | 1110 | 101111 | 111100 | 1001101 | 10110 | 0 | 1001100 | 11000101 | 111110 | 1111 |
Color Harmonies of #0E2F3C
Complementary color
Monochromatic Colors of #0E2F3C
Black with #0E2F3C
Text Example
Text Example
White with #0E2F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2F3C; }
p { color: rgb(14,47,60); }
H1.HeaderClassName
{
color: #0E2F3C;
}
.AnyTagClassName
{
color: #0E2F3C;
}
</style>
background-color css
<style>
a { background-color: #0E2F3C; }
a { background-color: rgb(14,47,60); }
div.DivClassName
{
background-color: #0E2F3C;
}
.BgClassName
{
background-color: #0E2F3C;
}
</style>
border-color css
<style>
span { border-color: #0E2F3C; }
span { border-color: rgb(14,47,60); }
td.TdClassName
{
border-color: #0E2F3C;
}
.TagClassName
{
border-color: #0E2F3C;
}
</style>