Shades of Blue Whale #1F3543
Tints of Blue Whale #1F3543
RGB
CMYK
RGB Variations
Color information
#1F3543 (or 0x1F3543) is known color: Blue Whale. HEX triplet: 1F, 35 and 43. RGB value is (31,53,67). Sum of RGB (Red+Green+Blue) = 31+53+67=151 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.53% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 67 (26.56% from 255 or 44.37% from 151); Max value from RGB is 67 - color contains mainly: blue. Hex color #1F3543 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3543 is #E0CABC. Grayscale: #2F2F2F. Windows color (decimal): -14731965 or 4404511. OLE color: 4404511.
HSL color Cylindrical-coordinate representation of color #1F3543: hue angle of 203.33º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1F3543 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 31 | 53 | 67 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.74 |
| HSL | 203.33º | 0.37% | 0.19% | - |
| HSV(B) | 203.33º | 0.54% | 0.26% | - |
| XYZ | 2.85 | 3.24 | 5.79 | - |
| YUV | 48.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 53 | 67 | 0.54 | 0.21 | 0 | 0.74 | 203.33 | 0.37 | 0.19 |
| Hex | 1F | 35 | 43 | 36 | 15 | 0 | 4A | CB | 25 | 13 |
| Octal | 37 | 65 | 103 | 66 | 25 | 0 | 112 | 313 | 45 | 23 |
| Binary | 11111 | 110101 | 1000011 | 110110 | 10101 | 0 | 1001010 | 11001011 | 100101 | 10011 |
Color Harmonies of #1F3543
Complementary color
Monochromatic Colors of #1F3543
Black with #1F3543
Text Example
Text Example
White with #1F3543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3543; }
p { color: rgb(31,53,67); }
H1.HeaderClassName
{
color: #1F3543;
}
.AnyTagClassName
{
color: #1F3543;
}
</style>
background-color css
<style>
a { background-color: #1F3543; }
a { background-color: rgb(31,53,67); }
div.DivClassName
{
background-color: #1F3543;
}
.BgClassName
{
background-color: #1F3543;
}
</style>
border-color css
<style>
span { border-color: #1F3543; }
span { border-color: rgb(31,53,67); }
td.TdClassName
{
border-color: #1F3543;
}
.TagClassName
{
border-color: #1F3543;
}
</style>