Shades of Blue Whale #013148
Tints of Blue Whale #013148
RGB
CMYK
RGB Variations
Color information
#013148 (or 0x013148) is known color: Blue Whale. HEX triplet: 01, 31 and 48. RGB value is (1,49,72). Sum of RGB (Red+Green+Blue) = 1+49+72=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 72 (28.52% from 255 or 59.02% from 122); Max value from RGB is 72 - color contains mainly: blue. Hex color #013148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013148 is #FECEB7. Grayscale: #252525. Windows color (decimal): -16699064 or 4731137. OLE color: 4731137.
HSL color Cylindrical-coordinate representation of color #013148: hue angle of 199.44º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013148 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 49 | 72 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.72 |
| HSL | 199.44º | 0.97% | 0.14% | - |
| HSV(B) | 199.44º | 0.99% | 0.28% | - |
| XYZ | 2.28 | 2.67 | 6.53 | - |
| YUV | 37.27 | 147.6 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 49 | 72 | 0.99 | 0.32 | 0 | 0.72 | 199.44 | 0.97 | 0.14 |
| Hex | 1 | 31 | 48 | 63 | 20 | 0 | 48 | C7 | 61 | E |
| Octal | 1 | 61 | 110 | 143 | 40 | 0 | 110 | 307 | 141 | 16 |
| Binary | 1 | 110001 | 1001000 | 1100011 | 100000 | 0 | 1001000 | 11000111 | 1100001 | 1110 |
Color Harmonies of #013148
Complementary color
Monochromatic Colors of #013148
Black with #013148
Text Example
Text Example
White with #013148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013148; }
p { color: rgb(1,49,72); }
H1.HeaderClassName
{
color: #013148;
}
.AnyTagClassName
{
color: #013148;
}
</style>
background-color css
<style>
a { background-color: #013148; }
a { background-color: rgb(1,49,72); }
div.DivClassName
{
background-color: #013148;
}
.BgClassName
{
background-color: #013148;
}
</style>
border-color css
<style>
span { border-color: #013148; }
span { border-color: rgb(1,49,72); }
td.TdClassName
{
border-color: #013148;
}
.TagClassName
{
border-color: #013148;
}
</style>