Shades of Blue Whale #1F3547
Tints of Blue Whale #1F3547
RGB
CMYK
RGB Variations
Color information
#1F3547 (or 0x1F3547) is known color: Blue Whale. HEX triplet: 1F, 35 and 47. RGB value is (31,53,71). Sum of RGB (Red+Green+Blue) = 31+53+71=155 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 71 (28.12% from 255 or 45.81% from 155); Max value from RGB is 71 - color contains mainly: blue. Hex color #1F3547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3547 is #E0CAB8. Grayscale: #303030. Windows color (decimal): -14731961 or 4666655. OLE color: 4666655.
HSL color Cylindrical-coordinate representation of color #1F3547: hue angle of 207º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F3547 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 53 | 71 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.72 |
| HSL | 207º | 0.39% | 0.2% | - |
| HSV(B) | 207º | 0.56% | 0.28% | - |
| XYZ | 2.98 | 3.29 | 6.44 | - |
| YUV | 48.47 | 140.71 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 53 | 71 | 0.56 | 0.25 | 0 | 0.72 | 207 | 0.39 | 0.2 |
| Hex | 1F | 35 | 47 | 38 | 19 | 0 | 48 | CF | 27 | 14 |
| Octal | 37 | 65 | 107 | 70 | 31 | 0 | 110 | 317 | 47 | 24 |
| Binary | 11111 | 110101 | 1000111 | 111000 | 11001 | 0 | 1001000 | 11001111 | 100111 | 10100 |
Color Harmonies of #1F3547
Complementary color
Monochromatic Colors of #1F3547
Black with #1F3547
Text Example
Text Example
White with #1F3547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3547; }
p { color: rgb(31,53,71); }
H1.HeaderClassName
{
color: #1F3547;
}
.AnyTagClassName
{
color: #1F3547;
}
</style>
background-color css
<style>
a { background-color: #1F3547; }
a { background-color: rgb(31,53,71); }
div.DivClassName
{
background-color: #1F3547;
}
.BgClassName
{
background-color: #1F3547;
}
</style>
border-color css
<style>
span { border-color: #1F3547; }
span { border-color: rgb(31,53,71); }
td.TdClassName
{
border-color: #1F3547;
}
.TagClassName
{
border-color: #1F3547;
}
</style>