Shades of Blue Whale #012F47
Tints of Blue Whale #012F47
RGB
CMYK
RGB Variations
Color information
#012F47 (or 0x012F47) is known color: Blue Whale. HEX triplet: 01, 2F and 47. RGB value is (1,47,71). Sum of RGB (Red+Green+Blue) = 1+47+71=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 47 (18.75% from 255 or 39.50% from 119); Blue value is 71 (28.12% from 255 or 59.66% from 119); Max value from RGB is 71 - color contains mainly: blue. Hex color #012F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012F47 is #FED0B8. Grayscale: #232323. Windows color (decimal): -16699577 or 4665089. OLE color: 4665089.
HSL color Cylindrical-coordinate representation of color #012F47: hue angle of 200.57º 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 #012F47 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 47 | 71 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.72 |
| HSL | 200.57º | 0.97% | 0.14% | - |
| HSV(B) | 200.57º | 0.99% | 0.28% | - |
| XYZ | 2.17 | 2.49 | 6.33 | - |
| YUV | 35.98 | 147.76 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 47 | 71 | 0.99 | 0.34 | 0 | 0.72 | 200.57 | 0.97 | 0.14 |
| Hex | 1 | 2F | 47 | 63 | 22 | 0 | 48 | C9 | 61 | E |
| Octal | 1 | 57 | 107 | 143 | 42 | 0 | 110 | 311 | 141 | 16 |
| Binary | 1 | 101111 | 1000111 | 1100011 | 100010 | 0 | 1001000 | 11001001 | 1100001 | 1110 |
Color Harmonies of #012F47
Complementary color
Monochromatic Colors of #012F47
Black with #012F47
Text Example
Text Example
White with #012F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012F47; }
p { color: rgb(1,47,71); }
H1.HeaderClassName
{
color: #012F47;
}
.AnyTagClassName
{
color: #012F47;
}
</style>
background-color css
<style>
a { background-color: #012F47; }
a { background-color: rgb(1,47,71); }
div.DivClassName
{
background-color: #012F47;
}
.BgClassName
{
background-color: #012F47;
}
</style>
border-color css
<style>
span { border-color: #012F47; }
span { border-color: rgb(1,47,71); }
td.TdClassName
{
border-color: #012F47;
}
.TagClassName
{
border-color: #012F47;
}
</style>