Shades of Blue Whale #012D47
Tints of Blue Whale #012D47
RGB
CMYK
RGB Variations
Color information
#012D47 (or 0x012D47) is known color: Blue Whale. HEX triplet: 01, 2D and 47. RGB value is (1,45,71). Sum of RGB (Red+Green+Blue) = 1+45+71=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 45 (17.97% from 255 or 38.46% from 117); Blue value is 71 (28.12% from 255 or 60.68% from 117); Max value from RGB is 71 - color contains mainly: blue. Hex color #012D47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012D47 is #FED2B8. Grayscale: #222222. Windows color (decimal): -16700089 or 4664577. OLE color: 4664577.
HSL color Cylindrical-coordinate representation of color #012D47: hue angle of 202.29º 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 #012D47 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 45 | 71 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.72 |
| HSL | 202.29º | 0.97% | 0.14% | - |
| HSV(B) | 202.29º | 0.99% | 0.28% | - |
| XYZ | 2.09 | 2.34 | 6.3 | - |
| YUV | 34.81 | 148.42 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 71 | 0.99 | 0.37 | 0 | 0.72 | 202.29 | 0.97 | 0.14 |
| Hex | 1 | 2D | 47 | 63 | 25 | 0 | 48 | CA | 61 | E |
| Octal | 1 | 55 | 107 | 143 | 45 | 0 | 110 | 312 | 141 | 16 |
| Binary | 1 | 101101 | 1000111 | 1100011 | 100101 | 0 | 1001000 | 11001010 | 1100001 | 1110 |
Color Harmonies of #012D47
Complementary color
Monochromatic Colors of #012D47
Black with #012D47
Text Example
Text Example
White with #012D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012D47; }
p { color: rgb(1,45,71); }
H1.HeaderClassName
{
color: #012D47;
}
.AnyTagClassName
{
color: #012D47;
}
</style>
background-color css
<style>
a { background-color: #012D47; }
a { background-color: rgb(1,45,71); }
div.DivClassName
{
background-color: #012D47;
}
.BgClassName
{
background-color: #012D47;
}
</style>
border-color css
<style>
span { border-color: #012D47; }
span { border-color: rgb(1,45,71); }
td.TdClassName
{
border-color: #012D47;
}
.TagClassName
{
border-color: #012D47;
}
</style>