Shades of Blue Whale #1F364A
Tints of Blue Whale #1F364A
RGB
CMYK
RGB Variations
Color information
#1F364A (or 0x1F364A) is known color: Blue Whale. HEX triplet: 1F, 36 and 4A. RGB value is (31,54,74). Sum of RGB (Red+Green+Blue) = 31+54+74=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 74 (29.30% from 255 or 46.54% from 159); Max value from RGB is 74 - color contains mainly: blue. Hex color #1F364A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F364A is #E0C9B5. Grayscale: #313131. Windows color (decimal): -14731702 or 4863519. OLE color: 4863519.
HSL color Cylindrical-coordinate representation of color #1F364A: hue angle of 207.91º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F364A is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 54 | 74 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.71 |
| HSL | 207.91º | 0.41% | 0.21% | - |
| HSV(B) | 207.91º | 0.58% | 0.29% | - |
| XYZ | 3.12 | 3.42 | 6.98 | - |
| YUV | 49.4 | 141.88 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 54 | 74 | 0.58 | 0.27 | 0 | 0.71 | 207.91 | 0.41 | 0.21 |
| Hex | 1F | 36 | 4A | 3A | 1B | 0 | 47 | D0 | 29 | 15 |
| Octal | 37 | 66 | 112 | 72 | 33 | 0 | 107 | 320 | 51 | 25 |
| Binary | 11111 | 110110 | 1001010 | 111010 | 11011 | 0 | 1000111 | 11010000 | 101001 | 10101 |
Color Harmonies of #1F364A
Complementary color
Monochromatic Colors of #1F364A
Black with #1F364A
Text Example
Text Example
White with #1F364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F364A; }
p { color: rgb(31,54,74); }
H1.HeaderClassName
{
color: #1F364A;
}
.AnyTagClassName
{
color: #1F364A;
}
</style>
background-color css
<style>
a { background-color: #1F364A; }
a { background-color: rgb(31,54,74); }
div.DivClassName
{
background-color: #1F364A;
}
.BgClassName
{
background-color: #1F364A;
}
</style>
border-color css
<style>
span { border-color: #1F364A; }
span { border-color: rgb(31,54,74); }
td.TdClassName
{
border-color: #1F364A;
}
.TagClassName
{
border-color: #1F364A;
}
</style>