Shades of Blue Whale #003146
Tints of Blue Whale #003146
RGB
CMYK
RGB Variations
Color information
#003146 (or 0x003146) is known color: Blue Whale. HEX triplet: 00, 31 and 46. RGB value is (0,49,70). Sum of RGB (Red+Green+Blue) = 0+49+70=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 70 (27.73% from 255 or 58.82% from 119); Max value from RGB is 70 - color contains mainly: blue. Hex color #003146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003146 is #FFCEB9. Grayscale: #242424. Windows color (decimal): -16764602 or 4600064. OLE color: 4600064.
HSL color Cylindrical-coordinate representation of color #003146: hue angle of 198º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003146 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 49 | 70 | - |
| CMYK | 1 | 0.30 | 0 | 0.73 |
| HSL | 198º | 1% | 0.14% | - |
| HSV(B) | 198º | 1% | 0.27% | - |
| XYZ | 2.2 | 2.64 | 6.19 | - |
| YUV | 36.74 | 146.77 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 70 | 1 | 0.30 | 0 | 0.73 | 198 | 1 | 0.14 |
| Hex | 0 | 31 | 46 | 64 | 1E | 0 | 49 | C6 | 64 | E |
| Octal | 0 | 61 | 106 | 144 | 36 | 0 | 111 | 306 | 144 | 16 |
| Binary | 0 | 110001 | 1000110 | 1100100 | 11110 | 0 | 1001001 | 11000110 | 1100100 | 1110 |
Color Harmonies of #003146
Complementary color
Monochromatic Colors of #003146
Black with #003146
Text Example
Text Example
White with #003146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003146; }
p { color: rgb(0,49,70); }
H1.HeaderClassName
{
color: #003146;
}
.AnyTagClassName
{
color: #003146;
}
</style>
background-color css
<style>
a { background-color: #003146; }
a { background-color: rgb(0,49,70); }
div.DivClassName
{
background-color: #003146;
}
.BgClassName
{
background-color: #003146;
}
</style>
border-color css
<style>
span { border-color: #003146; }
span { border-color: rgb(0,49,70); }
td.TdClassName
{
border-color: #003146;
}
.TagClassName
{
border-color: #003146;
}
</style>