Shades of Blue Whale #012F44
Tints of Blue Whale #012F44
RGB
CMYK
RGB Variations
Color information
#012F44 (or 0x012F44) is known color: Blue Whale. HEX triplet: 01, 2F and 44. RGB value is (1,47,68). Sum of RGB (Red+Green+Blue) = 1+47+68=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 47 (18.75% from 255 or 40.52% from 116); Blue value is 68 (26.95% from 255 or 58.62% from 116); Max value from RGB is 68 - color contains mainly: blue. Hex color #012F44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012F44 is #FED0BB. Grayscale: #232323. Windows color (decimal): -16699580 or 4468481. OLE color: 4468481.
HSL color Cylindrical-coordinate representation of color #012F44: hue angle of 198.81º 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 #012F44 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 47 | 68 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.73 |
| HSL | 198.81º | 0.97% | 0.14% | - |
| HSV(B) | 198.81º | 0.99% | 0.27% | - |
| XYZ | 2.07 | 2.46 | 5.83 | - |
| YUV | 35.64 | 146.26 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 47 | 68 | 0.99 | 0.31 | 0 | 0.73 | 198.81 | 0.97 | 0.14 |
| Hex | 1 | 2F | 44 | 63 | 1F | 0 | 49 | C7 | 61 | E |
| Octal | 1 | 57 | 104 | 143 | 37 | 0 | 111 | 307 | 141 | 16 |
| Binary | 1 | 101111 | 1000100 | 1100011 | 11111 | 0 | 1001001 | 11000111 | 1100001 | 1110 |
Color Harmonies of #012F44
Complementary color
Monochromatic Colors of #012F44
Black with #012F44
Text Example
Text Example
White with #012F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012F44; }
p { color: rgb(1,47,68); }
H1.HeaderClassName
{
color: #012F44;
}
.AnyTagClassName
{
color: #012F44;
}
</style>
background-color css
<style>
a { background-color: #012F44; }
a { background-color: rgb(1,47,68); }
div.DivClassName
{
background-color: #012F44;
}
.BgClassName
{
background-color: #012F44;
}
</style>
border-color css
<style>
span { border-color: #012F44; }
span { border-color: rgb(1,47,68); }
td.TdClassName
{
border-color: #012F44;
}
.TagClassName
{
border-color: #012F44;
}
</style>