Shades of Blue Whale #1F3849
Tints of Blue Whale #1F3849
RGB
CMYK
RGB Variations
Color information
#1F3849 (or 0x1F3849) is known color: Blue Whale. HEX triplet: 1F, 38 and 49. RGB value is (31,56,73). Sum of RGB (Red+Green+Blue) = 31+56+73=160 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.38% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 73 - color contains mainly: blue. Hex color #1F3849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3849 is #E0C7B6. Grayscale: #323232. Windows color (decimal): -14731191 or 4798495. OLE color: 4798495.
HSL color Cylindrical-coordinate representation of color #1F3849: hue angle of 204.29º 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 #1F3849 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 56 | 73 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.71 |
| HSL | 204.29º | 0.4% | 0.2% | - |
| HSV(B) | 204.29º | 0.58% | 0.29% | - |
| XYZ | 3.18 | 3.6 | 6.83 | - |
| YUV | 50.46 | 140.72 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 56 | 73 | 0.58 | 0.23 | 0 | 0.71 | 204.29 | 0.4 | 0.2 |
| Hex | 1F | 38 | 49 | 3A | 17 | 0 | 47 | CC | 28 | 14 |
| Octal | 37 | 70 | 111 | 72 | 27 | 0 | 107 | 314 | 50 | 24 |
| Binary | 11111 | 111000 | 1001001 | 111010 | 10111 | 0 | 1000111 | 11001100 | 101000 | 10100 |
Color Harmonies of #1F3849
Complementary color
Monochromatic Colors of #1F3849
Black with #1F3849
Text Example
Text Example
White with #1F3849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3849; }
p { color: rgb(31,56,73); }
H1.HeaderClassName
{
color: #1F3849;
}
.AnyTagClassName
{
color: #1F3849;
}
</style>
background-color css
<style>
a { background-color: #1F3849; }
a { background-color: rgb(31,56,73); }
div.DivClassName
{
background-color: #1F3849;
}
.BgClassName
{
background-color: #1F3849;
}
</style>
border-color css
<style>
span { border-color: #1F3849; }
span { border-color: rgb(31,56,73); }
td.TdClassName
{
border-color: #1F3849;
}
.TagClassName
{
border-color: #1F3849;
}
</style>