Shades of Catalina Blue #1F3866
Tints of Catalina Blue #1F3866
RGB
CMYK
RGB Variations
Color information
#1F3866 (or 0x1F3866) is known color: Catalina Blue. HEX triplet: 1F, 38 and 66. RGB value is (31,56,102). Sum of RGB (Red+Green+Blue) = 31+56+102=189 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.40% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #1F3866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3866 is #E0C799. Grayscale: #353535. Windows color (decimal): -14731162 or 6699039. OLE color: 6699039.
HSL color Cylindrical-coordinate representation of color #1F3866: hue angle of 218.87º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F3866 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 31 | 56 | 102 | - |
| CMYK | 0.70 | 0.45 | 0 | 0.6 |
| HSL | 218.87º | 0.53% | 0.26% | - |
| HSV(B) | 218.87º | 0.7% | 0.4% | - |
| XYZ | 4.38 | 4.08 | 13.13 | - |
| YUV | 53.77 | 155.22 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 56 | 102 | 0.70 | 0.45 | 0 | 0.6 | 218.87 | 0.53 | 0.26 |
| Hex | 1F | 38 | 66 | 46 | 2D | 0 | 3C | DB | 35 | 1A |
| Octal | 37 | 70 | 146 | 106 | 55 | 0 | 74 | 333 | 65 | 32 |
| Binary | 11111 | 111000 | 1100110 | 1000110 | 101101 | 0 | 111100 | 11011011 | 110101 | 11010 |
Color Harmonies of #1F3866
Complementary color
Monochromatic Colors of #1F3866
Black with #1F3866
Text Example
Text Example
White with #1F3866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3866; }
p { color: rgb(31,56,102); }
H1.HeaderClassName
{
color: #1F3866;
}
.AnyTagClassName
{
color: #1F3866;
}
</style>
background-color css
<style>
a { background-color: #1F3866; }
a { background-color: rgb(31,56,102); }
div.DivClassName
{
background-color: #1F3866;
}
.BgClassName
{
background-color: #1F3866;
}
</style>
border-color css
<style>
span { border-color: #1F3866; }
span { border-color: rgb(31,56,102); }
td.TdClassName
{
border-color: #1F3866;
}
.TagClassName
{
border-color: #1F3866;
}
</style>