Shades of Blue Whale #012E49
Tints of Blue Whale #012E49
RGB
CMYK
RGB Variations
Color information
#012E49 (or 0x012E49) is known color: Blue Whale. HEX triplet: 01, 2E and 49. RGB value is (1,46,73). Sum of RGB (Red+Green+Blue) = 1+46+73=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 46 (18.36% from 255 or 38.33% from 120); Blue value is 73 (28.91% from 255 or 60.83% from 120); Max value from RGB is 73 - color contains mainly: blue. Hex color #012E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012E49 is #FED1B6. Grayscale: #232323. Windows color (decimal): -16699831 or 4795905. OLE color: 4795905.
HSL color Cylindrical-coordinate representation of color #012E49: hue angle of 202.5º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012E49 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 1 | 46 | 73 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.71 |
| HSL | 202.5º | 0.97% | 0.15% | - |
| HSV(B) | 202.5º | 0.99% | 0.29% | - |
| XYZ | 2.19 | 2.44 | 6.66 | - |
| YUV | 35.62 | 149.09 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 73 | 0.99 | 0.37 | 0 | 0.71 | 202.5 | 0.97 | 0.15 |
| Hex | 1 | 2E | 49 | 63 | 25 | 0 | 47 | CA | 61 | F |
| Octal | 1 | 56 | 111 | 143 | 45 | 0 | 107 | 312 | 141 | 17 |
| Binary | 1 | 101110 | 1001001 | 1100011 | 100101 | 0 | 1000111 | 11001010 | 1100001 | 1111 |
Color Harmonies of #012E49
Complementary color
Monochromatic Colors of #012E49
Black with #012E49
Text Example
Text Example
White with #012E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012E49; }
p { color: rgb(1,46,73); }
H1.HeaderClassName
{
color: #012E49;
}
.AnyTagClassName
{
color: #012E49;
}
</style>
background-color css
<style>
a { background-color: #012E49; }
a { background-color: rgb(1,46,73); }
div.DivClassName
{
background-color: #012E49;
}
.BgClassName
{
background-color: #012E49;
}
</style>
border-color css
<style>
span { border-color: #012E49; }
span { border-color: rgb(1,46,73); }
td.TdClassName
{
border-color: #012E49;
}
.TagClassName
{
border-color: #012E49;
}
</style>