Shades of Blue Whale #012E44
Tints of Blue Whale #012E44
RGB
CMYK
RGB Variations
Color information
#012E44 (or 0x012E44) is known color: Blue Whale. HEX triplet: 01, 2E and 44. RGB value is (1,46,68). Sum of RGB (Red+Green+Blue) = 1+46+68=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 68 (26.95% from 255 or 59.13% from 115); Max value from RGB is 68 - color contains mainly: blue. Hex color #012E44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012E44 is #FED1BB. Grayscale: #222222. Windows color (decimal): -16699836 or 4468225. OLE color: 4468225.
HSL color Cylindrical-coordinate representation of color #012E44: hue angle of 199.7º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012E44 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 46 | 68 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.73 |
| HSL | 199.7º | 0.97% | 0.14% | - |
| HSV(B) | 199.7º | 0.99% | 0.27% | - |
| XYZ | 2.03 | 2.38 | 5.82 | - |
| YUV | 35.05 | 146.59 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 68 | 0.99 | 0.32 | 0 | 0.73 | 199.7 | 0.97 | 0.14 |
| Hex | 1 | 2E | 44 | 63 | 20 | 0 | 49 | C8 | 61 | E |
| Octal | 1 | 56 | 104 | 143 | 40 | 0 | 111 | 310 | 141 | 16 |
| Binary | 1 | 101110 | 1000100 | 1100011 | 100000 | 0 | 1001001 | 11001000 | 1100001 | 1110 |
Color Harmonies of #012E44
Complementary color
Monochromatic Colors of #012E44
Black with #012E44
Text Example
Text Example
White with #012E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012E44; }
p { color: rgb(1,46,68); }
H1.HeaderClassName
{
color: #012E44;
}
.AnyTagClassName
{
color: #012E44;
}
</style>
background-color css
<style>
a { background-color: #012E44; }
a { background-color: rgb(1,46,68); }
div.DivClassName
{
background-color: #012E44;
}
.BgClassName
{
background-color: #012E44;
}
</style>
border-color css
<style>
span { border-color: #012E44; }
span { border-color: rgb(1,46,68); }
td.TdClassName
{
border-color: #012E44;
}
.TagClassName
{
border-color: #012E44;
}
</style>