Shades of Blue Whale #012F45
Tints of Blue Whale #012F45
RGB
CMYK
RGB Variations
Color information
#012F45 (or 0x012F45) is known color: Blue Whale. HEX triplet: 01, 2F and 45. RGB value is (1,47,69). Sum of RGB (Red+Green+Blue) = 1+47+69=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 47 (18.75% from 255 or 40.17% from 117); Blue value is 69 (27.34% from 255 or 58.97% from 117); Max value from RGB is 69 - color contains mainly: blue. Hex color #012F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012F45 is #FED0BA. Grayscale: #232323. Windows color (decimal): -16699579 or 4534017. OLE color: 4534017.
HSL color Cylindrical-coordinate representation of color #012F45: hue angle of 199.41º 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 #012F45 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 47 | 69 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.73 |
| HSL | 199.41º | 0.97% | 0.14% | - |
| HSV(B) | 199.41º | 0.99% | 0.27% | - |
| XYZ | 2.1 | 2.47 | 6 | - |
| YUV | 35.75 | 146.76 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 47 | 69 | 0.99 | 0.32 | 0 | 0.73 | 199.41 | 0.97 | 0.14 |
| Hex | 1 | 2F | 45 | 63 | 20 | 0 | 49 | C7 | 61 | E |
| Octal | 1 | 57 | 105 | 143 | 40 | 0 | 111 | 307 | 141 | 16 |
| Binary | 1 | 101111 | 1000101 | 1100011 | 100000 | 0 | 1001001 | 11000111 | 1100001 | 1110 |
Color Harmonies of #012F45
Complementary color
Monochromatic Colors of #012F45
Black with #012F45
Text Example
Text Example
White with #012F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012F45; }
p { color: rgb(1,47,69); }
H1.HeaderClassName
{
color: #012F45;
}
.AnyTagClassName
{
color: #012F45;
}
</style>
background-color css
<style>
a { background-color: #012F45; }
a { background-color: rgb(1,47,69); }
div.DivClassName
{
background-color: #012F45;
}
.BgClassName
{
background-color: #012F45;
}
</style>
border-color css
<style>
span { border-color: #012F45; }
span { border-color: rgb(1,47,69); }
td.TdClassName
{
border-color: #012F45;
}
.TagClassName
{
border-color: #012F45;
}
</style>