Shades of Catalina Blue #1F3666
Tints of Catalina Blue #1F3666
RGB
CMYK
RGB Variations
Color information
#1F3666 (or 0x1F3666) is known color: Catalina Blue. HEX triplet: 1F, 36 and 66. RGB value is (31,54,102). Sum of RGB (Red+Green+Blue) = 31+54+102=187 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.58% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 102 (40.23% from 255 or 54.55% from 187); Max value from RGB is 102 - color contains mainly: blue. Hex color #1F3666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3666 is #E0C999. Grayscale: #343434. Windows color (decimal): -14731674 or 6698527. OLE color: 6698527.
HSL color Cylindrical-coordinate representation of color #1F3666: hue angle of 220.56º 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 #1F3666 is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 31 | 54 | 102 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.6 |
| HSL | 220.56º | 0.53% | 0.26% | - |
| HSV(B) | 220.56º | 0.7% | 0.4% | - |
| XYZ | 4.28 | 3.89 | 13.1 | - |
| YUV | 52.6 | 155.88 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 54 | 102 | 0.70 | 0.47 | 0 | 0.6 | 220.56 | 0.53 | 0.26 |
| Hex | 1F | 36 | 66 | 46 | 2F | 0 | 3C | DD | 35 | 1A |
| Octal | 37 | 66 | 146 | 106 | 57 | 0 | 74 | 335 | 65 | 32 |
| Binary | 11111 | 110110 | 1100110 | 1000110 | 101111 | 0 | 111100 | 11011101 | 110101 | 11010 |
Color Harmonies of #1F3666
Complementary color
Monochromatic Colors of #1F3666
Black with #1F3666
Text Example
Text Example
White with #1F3666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3666; }
p { color: rgb(31,54,102); }
H1.HeaderClassName
{
color: #1F3666;
}
.AnyTagClassName
{
color: #1F3666;
}
</style>
background-color css
<style>
a { background-color: #1F3666; }
a { background-color: rgb(31,54,102); }
div.DivClassName
{
background-color: #1F3666;
}
.BgClassName
{
background-color: #1F3666;
}
</style>
border-color css
<style>
span { border-color: #1F3666; }
span { border-color: rgb(31,54,102); }
td.TdClassName
{
border-color: #1F3666;
}
.TagClassName
{
border-color: #1F3666;
}
</style>