Shades of Catalina Blue #1F3969
Tints of Catalina Blue #1F3969
RGB
CMYK
RGB Variations
Color information
#1F3969 (or 0x1F3969) is known color: Catalina Blue. HEX triplet: 1F, 39 and 69. RGB value is (31,57,105). Sum of RGB (Red+Green+Blue) = 31+57+105=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 105 (41.41% from 255 or 54.40% from 193); Max value from RGB is 105 - color contains mainly: blue. Hex color #1F3969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3969 is #E0C696. Grayscale: #363636. Windows color (decimal): -14730903 or 6895903. OLE color: 6895903.
HSL color Cylindrical-coordinate representation of color #1F3969: hue angle of 218.92º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F3969 is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 31 | 57 | 105 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.59 |
| HSL | 218.92º | 0.54% | 0.27% | - |
| HSV(B) | 218.92º | 0.7% | 0.41% | - |
| XYZ | 4.58 | 4.24 | 13.94 | - |
| YUV | 54.7 | 156.39 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 57 | 105 | 0.70 | 0.46 | 0 | 0.59 | 218.92 | 0.54 | 0.27 |
| Hex | 1F | 39 | 69 | 46 | 2E | 0 | 3B | DB | 36 | 1B |
| Octal | 37 | 71 | 151 | 106 | 56 | 0 | 73 | 333 | 66 | 33 |
| Binary | 11111 | 111001 | 1101001 | 1000110 | 101110 | 0 | 111011 | 11011011 | 110110 | 11011 |
Color Harmonies of #1F3969
Complementary color
Monochromatic Colors of #1F3969
Black with #1F3969
Text Example
Text Example
White with #1F3969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3969; }
p { color: rgb(31,57,105); }
H1.HeaderClassName
{
color: #1F3969;
}
.AnyTagClassName
{
color: #1F3969;
}
</style>
background-color css
<style>
a { background-color: #1F3969; }
a { background-color: rgb(31,57,105); }
div.DivClassName
{
background-color: #1F3969;
}
.BgClassName
{
background-color: #1F3969;
}
</style>
border-color css
<style>
span { border-color: #1F3969; }
span { border-color: rgb(31,57,105); }
td.TdClassName
{
border-color: #1F3969;
}
.TagClassName
{
border-color: #1F3969;
}
</style>