Shades of Blue Whale #013146
Tints of Blue Whale #013146
RGB
CMYK
RGB Variations
Color information
#013146 (or 0x013146) is known color: Blue Whale. HEX triplet: 01, 31 and 46. RGB value is (1,49,70). Sum of RGB (Red+Green+Blue) = 1+49+70=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 70 (27.73% from 255 or 58.33% from 120); Max value from RGB is 70 - color contains mainly: blue. Hex color #013146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013146 is #FECEB9. Grayscale: #242424. Windows color (decimal): -16699066 or 4600065. OLE color: 4600065.
HSL color Cylindrical-coordinate representation of color #013146: hue angle of 198.26º 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 #013146 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 49 | 70 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.73 |
| HSL | 198.26º | 0.97% | 0.14% | - |
| HSV(B) | 198.26º | 0.99% | 0.27% | - |
| XYZ | 2.22 | 2.65 | 6.19 | - |
| YUV | 37.04 | 146.6 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 49 | 70 | 0.99 | 0.30 | 0 | 0.73 | 198.26 | 0.97 | 0.14 |
| Hex | 1 | 31 | 46 | 63 | 1E | 0 | 49 | C6 | 61 | E |
| Octal | 1 | 61 | 106 | 143 | 36 | 0 | 111 | 306 | 141 | 16 |
| Binary | 1 | 110001 | 1000110 | 1100011 | 11110 | 0 | 1001001 | 11000110 | 1100001 | 1110 |
Color Harmonies of #013146
Complementary color
Monochromatic Colors of #013146
Black with #013146
Text Example
Text Example
White with #013146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013146; }
p { color: rgb(1,49,70); }
H1.HeaderClassName
{
color: #013146;
}
.AnyTagClassName
{
color: #013146;
}
</style>
background-color css
<style>
a { background-color: #013146; }
a { background-color: rgb(1,49,70); }
div.DivClassName
{
background-color: #013146;
}
.BgClassName
{
background-color: #013146;
}
</style>
border-color css
<style>
span { border-color: #013146; }
span { border-color: rgb(1,49,70); }
td.TdClassName
{
border-color: #013146;
}
.TagClassName
{
border-color: #013146;
}
</style>