Shades of Blue Whale #012E47
Tints of Blue Whale #012E47
RGB
CMYK
RGB Variations
Color information
#012E47 (or 0x012E47) is known color: Blue Whale. HEX triplet: 01, 2E and 47. RGB value is (1,46,71). Sum of RGB (Red+Green+Blue) = 1+46+71=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 46 (18.36% from 255 or 38.98% from 118); Blue value is 71 (28.12% from 255 or 60.17% from 118); Max value from RGB is 71 - color contains mainly: blue. Hex color #012E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012E47 is #FED1B8. Grayscale: #232323. Windows color (decimal): -16699833 or 4664833. OLE color: 4664833.
HSL color Cylindrical-coordinate representation of color #012E47: hue angle of 201.43º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012E47 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 46 | 71 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.72 |
| HSL | 201.43º | 0.97% | 0.14% | - |
| HSV(B) | 201.43º | 0.99% | 0.28% | - |
| XYZ | 2.13 | 2.42 | 6.32 | - |
| YUV | 35.4 | 148.09 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 71 | 0.99 | 0.35 | 0 | 0.72 | 201.43 | 0.97 | 0.14 |
| Hex | 1 | 2E | 47 | 63 | 23 | 0 | 48 | C9 | 61 | E |
| Octal | 1 | 56 | 107 | 143 | 43 | 0 | 110 | 311 | 141 | 16 |
| Binary | 1 | 101110 | 1000111 | 1100011 | 100011 | 0 | 1001000 | 11001001 | 1100001 | 1110 |
Color Harmonies of #012E47
Complementary color
Monochromatic Colors of #012E47
Black with #012E47
Text Example
Text Example
White with #012E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012E47; }
p { color: rgb(1,46,71); }
H1.HeaderClassName
{
color: #012E47;
}
.AnyTagClassName
{
color: #012E47;
}
</style>
background-color css
<style>
a { background-color: #012E47; }
a { background-color: rgb(1,46,71); }
div.DivClassName
{
background-color: #012E47;
}
.BgClassName
{
background-color: #012E47;
}
</style>
border-color css
<style>
span { border-color: #012E47; }
span { border-color: rgb(1,46,71); }
td.TdClassName
{
border-color: #012E47;
}
.TagClassName
{
border-color: #012E47;
}
</style>