Shades of Catalina Blue #1F3266
Tints of Catalina Blue #1F3266
RGB
CMYK
RGB Variations
Color information
#1F3266 (or 0x1F3266) is known color: Catalina Blue. HEX triplet: 1F, 32 and 66. RGB value is (31,50,102). Sum of RGB (Red+Green+Blue) = 31+50+102=183 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.94% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 102 (40.23% from 255 or 55.74% from 183); Max value from RGB is 102 - color contains mainly: blue. Hex color #1F3266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3266 is #E0CD99. Grayscale: #323232. Windows color (decimal): -14732698 or 6697503. OLE color: 6697503.
HSL color Cylindrical-coordinate representation of color #1F3266: hue angle of 223.94º 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 #1F3266 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 31 | 50 | 102 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.6 |
| HSL | 223.94º | 0.53% | 0.26% | - |
| HSV(B) | 223.94º | 0.7% | 0.4% | - |
| XYZ | 4.1 | 3.53 | 13.04 | - |
| YUV | 50.25 | 157.21 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 50 | 102 | 0.70 | 0.51 | 0 | 0.6 | 223.94 | 0.53 | 0.26 |
| Hex | 1F | 32 | 66 | 46 | 33 | 0 | 3C | E0 | 35 | 1A |
| Octal | 37 | 62 | 146 | 106 | 63 | 0 | 74 | 340 | 65 | 32 |
| Binary | 11111 | 110010 | 1100110 | 1000110 | 110011 | 0 | 111100 | 11100000 | 110101 | 11010 |
Color Harmonies of #1F3266
Complementary color
Monochromatic Colors of #1F3266
Black with #1F3266
Text Example
Text Example
White with #1F3266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3266; }
p { color: rgb(31,50,102); }
H1.HeaderClassName
{
color: #1F3266;
}
.AnyTagClassName
{
color: #1F3266;
}
</style>
background-color css
<style>
a { background-color: #1F3266; }
a { background-color: rgb(31,50,102); }
div.DivClassName
{
background-color: #1F3266;
}
.BgClassName
{
background-color: #1F3266;
}
</style>
border-color css
<style>
span { border-color: #1F3266; }
span { border-color: rgb(31,50,102); }
td.TdClassName
{
border-color: #1F3266;
}
.TagClassName
{
border-color: #1F3266;
}
</style>