Shades of Blue Whale #1F3549
Tints of Blue Whale #1F3549
RGB
CMYK
RGB Variations
Color information
#1F3549 (or 0x1F3549) is known color: Blue Whale. HEX triplet: 1F, 35 and 49. RGB value is (31,53,73). Sum of RGB (Red+Green+Blue) = 31+53+73=157 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.75% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 73 (28.91% from 255 or 46.50% from 157); Max value from RGB is 73 - color contains mainly: blue. Hex color #1F3549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3549 is #E0CAB6. Grayscale: #303030. Windows color (decimal): -14731959 or 4797727. OLE color: 4797727.
HSL color Cylindrical-coordinate representation of color #1F3549: hue angle of 208.57º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F3549 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 53 | 73 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.71 |
| HSL | 208.57º | 0.4% | 0.2% | - |
| HSV(B) | 208.57º | 0.58% | 0.29% | - |
| XYZ | 3.04 | 3.32 | 6.78 | - |
| YUV | 48.7 | 141.71 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 53 | 73 | 0.58 | 0.27 | 0 | 0.71 | 208.57 | 0.4 | 0.2 |
| Hex | 1F | 35 | 49 | 3A | 1B | 0 | 47 | D1 | 28 | 14 |
| Octal | 37 | 65 | 111 | 72 | 33 | 0 | 107 | 321 | 50 | 24 |
| Binary | 11111 | 110101 | 1001001 | 111010 | 11011 | 0 | 1000111 | 11010001 | 101000 | 10100 |
Color Harmonies of #1F3549
Complementary color
Monochromatic Colors of #1F3549
Black with #1F3549
Text Example
Text Example
White with #1F3549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3549; }
p { color: rgb(31,53,73); }
H1.HeaderClassName
{
color: #1F3549;
}
.AnyTagClassName
{
color: #1F3549;
}
</style>
background-color css
<style>
a { background-color: #1F3549; }
a { background-color: rgb(31,53,73); }
div.DivClassName
{
background-color: #1F3549;
}
.BgClassName
{
background-color: #1F3549;
}
</style>
border-color css
<style>
span { border-color: #1F3549; }
span { border-color: rgb(31,53,73); }
td.TdClassName
{
border-color: #1F3549;
}
.TagClassName
{
border-color: #1F3549;
}
</style>