Shades of Blue Whale #013048
Tints of Blue Whale #013048
RGB
CMYK
RGB Variations
Color information
#013048 (or 0x013048) is known color: Blue Whale. HEX triplet: 01, 30 and 48. RGB value is (1,48,72). Sum of RGB (Red+Green+Blue) = 1+48+72=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 72 (28.52% from 255 or 59.50% from 121); Max value from RGB is 72 - color contains mainly: blue. Hex color #013048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013048 is #FECFB7. Grayscale: #242424. Windows color (decimal): -16699320 or 4730881. OLE color: 4730881.
HSL color Cylindrical-coordinate representation of color #013048: hue angle of 200.28º 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 #013048 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 48 | 72 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.72 |
| HSL | 200.28º | 0.97% | 0.14% | - |
| HSV(B) | 200.28º | 0.99% | 0.28% | - |
| XYZ | 2.24 | 2.59 | 6.51 | - |
| YUV | 36.68 | 147.93 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 48 | 72 | 0.99 | 0.33 | 0 | 0.72 | 200.28 | 0.97 | 0.14 |
| Hex | 1 | 30 | 48 | 63 | 21 | 0 | 48 | C8 | 61 | E |
| Octal | 1 | 60 | 110 | 143 | 41 | 0 | 110 | 310 | 141 | 16 |
| Binary | 1 | 110000 | 1001000 | 1100011 | 100001 | 0 | 1001000 | 11001000 | 1100001 | 1110 |
Color Harmonies of #013048
Complementary color
Monochromatic Colors of #013048
Black with #013048
Text Example
Text Example
White with #013048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013048; }
p { color: rgb(1,48,72); }
H1.HeaderClassName
{
color: #013048;
}
.AnyTagClassName
{
color: #013048;
}
</style>
background-color css
<style>
a { background-color: #013048; }
a { background-color: rgb(1,48,72); }
div.DivClassName
{
background-color: #013048;
}
.BgClassName
{
background-color: #013048;
}
</style>
border-color css
<style>
span { border-color: #013048; }
span { border-color: rgb(1,48,72); }
td.TdClassName
{
border-color: #013048;
}
.TagClassName
{
border-color: #013048;
}
</style>