Shades of Catalina Blue #1F3166
Tints of Catalina Blue #1F3166
RGB
CMYK
RGB Variations
Color information
#1F3166 (or 0x1F3166) is known color: Catalina Blue. HEX triplet: 1F, 31 and 66. RGB value is (31,49,102). Sum of RGB (Red+Green+Blue) = 31+49+102=182 (24% of max value = 765). Red value is 31 (12.5% from 255 or 17.03% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 102 (40.23% from 255 or 56.04% from 182); Max value from RGB is 102 - color contains mainly: blue. Hex color #1F3166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3166 is #E0CE99. Grayscale: #313131. Windows color (decimal): -14732954 or 6697247. OLE color: 6697247.
HSL color Cylindrical-coordinate representation of color #1F3166: hue angle of 224.79º 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 #1F3166 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 31 | 49 | 102 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.6 |
| HSL | 224.79º | 0.53% | 0.26% | - |
| HSV(B) | 224.79º | 0.7% | 0.4% | - |
| XYZ | 4.06 | 3.45 | 13.02 | - |
| YUV | 49.66 | 157.54 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 49 | 102 | 0.70 | 0.52 | 0 | 0.6 | 224.79 | 0.53 | 0.26 |
| Hex | 1F | 31 | 66 | 46 | 34 | 0 | 3C | E1 | 35 | 1A |
| Octal | 37 | 61 | 146 | 106 | 64 | 0 | 74 | 341 | 65 | 32 |
| Binary | 11111 | 110001 | 1100110 | 1000110 | 110100 | 0 | 111100 | 11100001 | 110101 | 11010 |
Color Harmonies of #1F3166
Complementary color
Monochromatic Colors of #1F3166
Black with #1F3166
Text Example
Text Example
White with #1F3166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3166; }
p { color: rgb(31,49,102); }
H1.HeaderClassName
{
color: #1F3166;
}
.AnyTagClassName
{
color: #1F3166;
}
</style>
background-color css
<style>
a { background-color: #1F3166; }
a { background-color: rgb(31,49,102); }
div.DivClassName
{
background-color: #1F3166;
}
.BgClassName
{
background-color: #1F3166;
}
</style>
border-color css
<style>
span { border-color: #1F3166; }
span { border-color: rgb(31,49,102); }
td.TdClassName
{
border-color: #1F3166;
}
.TagClassName
{
border-color: #1F3166;
}
</style>