Shades of Blue Whale #012B46
Tints of Blue Whale #012B46
RGB
CMYK
RGB Variations
Color information
#012B46 (or 0x012B46) is known color: Blue Whale. HEX triplet: 01, 2B and 46. RGB value is (1,43,70). Sum of RGB (Red+Green+Blue) = 1+43+70=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 43 (17.19% from 255 or 37.72% from 114); Blue value is 70 (27.73% from 255 or 61.40% from 114); Max value from RGB is 70 - color contains mainly: blue. Hex color #012B46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012B46 is #FED4B9. Grayscale: #212121. Windows color (decimal): -16700602 or 4598529. OLE color: 4598529.
HSL color Cylindrical-coordinate representation of color #012B46: hue angle of 203.48º 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 #012B46 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 43 | 70 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.73 |
| HSL | 203.48º | 0.97% | 0.14% | - |
| HSV(B) | 203.48º | 0.99% | 0.27% | - |
| XYZ | 1.98 | 2.18 | 6.11 | - |
| YUV | 33.52 | 148.59 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 43 | 70 | 0.99 | 0.39 | 0 | 0.73 | 203.48 | 0.97 | 0.14 |
| Hex | 1 | 2B | 46 | 63 | 27 | 0 | 49 | CB | 61 | E |
| Octal | 1 | 53 | 106 | 143 | 47 | 0 | 111 | 313 | 141 | 16 |
| Binary | 1 | 101011 | 1000110 | 1100011 | 100111 | 0 | 1001001 | 11001011 | 1100001 | 1110 |
Color Harmonies of #012B46
Complementary color
Monochromatic Colors of #012B46
Black with #012B46
Text Example
Text Example
White with #012B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012B46; }
p { color: rgb(1,43,70); }
H1.HeaderClassName
{
color: #012B46;
}
.AnyTagClassName
{
color: #012B46;
}
</style>
background-color css
<style>
a { background-color: #012B46; }
a { background-color: rgb(1,43,70); }
div.DivClassName
{
background-color: #012B46;
}
.BgClassName
{
background-color: #012B46;
}
</style>
border-color css
<style>
span { border-color: #012B46; }
span { border-color: rgb(1,43,70); }
td.TdClassName
{
border-color: #012B46;
}
.TagClassName
{
border-color: #012B46;
}
</style>