Shades of Blue Whale #012E40
Tints of Blue Whale #012E40
RGB
CMYK
RGB Variations
Color information
#012E40 (or 0x012E40) is known color: Blue Whale. HEX triplet: 01, 2E and 40. RGB value is (1,46,64). Sum of RGB (Red+Green+Blue) = 1+46+64=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 46 (18.36% from 255 or 41.44% from 111); Blue value is 64 (25.39% from 255 or 57.66% from 111); Max value from RGB is 64 - color contains mainly: blue. Hex color #012E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012E40 is #FED1BF. Grayscale: #222222. Windows color (decimal): -16699840 or 4206081. OLE color: 4206081.
HSL color Cylindrical-coordinate representation of color #012E40: hue angle of 197.14º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012E40 is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 46 | 64 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.75 |
| HSL | 197.14º | 0.97% | 0.13% | - |
| HSV(B) | 197.14º | 0.98% | 0.25% | - |
| XYZ | 1.91 | 2.33 | 5.2 | - |
| YUV | 34.6 | 144.59 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 64 | 0.98 | 0.28 | 0 | 0.75 | 197.14 | 0.97 | 0.13 |
| Hex | 1 | 2E | 40 | 62 | 1C | 0 | 4B | C5 | 61 | D |
| Octal | 1 | 56 | 100 | 142 | 34 | 0 | 113 | 305 | 141 | 15 |
| Binary | 1 | 101110 | 1000000 | 1100010 | 11100 | 0 | 1001011 | 11000101 | 1100001 | 1101 |
Color Harmonies of #012E40
Complementary color
Monochromatic Colors of #012E40
Black with #012E40
Text Example
Text Example
White with #012E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012E40; }
p { color: rgb(1,46,64); }
H1.HeaderClassName
{
color: #012E40;
}
.AnyTagClassName
{
color: #012E40;
}
</style>
background-color css
<style>
a { background-color: #012E40; }
a { background-color: rgb(1,46,64); }
div.DivClassName
{
background-color: #012E40;
}
.BgClassName
{
background-color: #012E40;
}
</style>
border-color css
<style>
span { border-color: #012E40; }
span { border-color: rgb(1,46,64); }
td.TdClassName
{
border-color: #012E40;
}
.TagClassName
{
border-color: #012E40;
}
</style>