Shades of Blue Whale #012A47
Tints of Blue Whale #012A47
RGB
CMYK
RGB Variations
Color information
#012A47 (or 0x012A47) is known color: Blue Whale. HEX triplet: 01, 2A and 47. RGB value is (1,42,71). Sum of RGB (Red+Green+Blue) = 1+42+71=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 42 (16.80% from 255 or 36.84% from 114); Blue value is 71 (28.12% from 255 or 62.28% from 114); Max value from RGB is 71 - color contains mainly: blue. Hex color #012A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012A47 is #FED5B8. Grayscale: #202020. Windows color (decimal): -16700857 or 4663809. OLE color: 4663809.
HSL color Cylindrical-coordinate representation of color #012A47: hue angle of 204.86º 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 #012A47 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 42 | 71 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.72 |
| HSL | 204.86º | 0.97% | 0.14% | - |
| HSV(B) | 204.86º | 0.99% | 0.28% | - |
| XYZ | 1.98 | 2.12 | 6.27 | - |
| YUV | 33.05 | 149.42 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 42 | 71 | 0.99 | 0.41 | 0 | 0.72 | 204.86 | 0.97 | 0.14 |
| Hex | 1 | 2A | 47 | 63 | 29 | 0 | 48 | CD | 61 | E |
| Octal | 1 | 52 | 107 | 143 | 51 | 0 | 110 | 315 | 141 | 16 |
| Binary | 1 | 101010 | 1000111 | 1100011 | 101001 | 0 | 1001000 | 11001101 | 1100001 | 1110 |
Color Harmonies of #012A47
Complementary color
Monochromatic Colors of #012A47
Black with #012A47
Text Example
Text Example
White with #012A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012A47; }
p { color: rgb(1,42,71); }
H1.HeaderClassName
{
color: #012A47;
}
.AnyTagClassName
{
color: #012A47;
}
</style>
background-color css
<style>
a { background-color: #012A47; }
a { background-color: rgb(1,42,71); }
div.DivClassName
{
background-color: #012A47;
}
.BgClassName
{
background-color: #012A47;
}
</style>
border-color css
<style>
span { border-color: #012A47; }
span { border-color: rgb(1,42,71); }
td.TdClassName
{
border-color: #012A47;
}
.TagClassName
{
border-color: #012A47;
}
</style>