Shades of Catalina Blue #1F3069
Tints of Catalina Blue #1F3069
RGB
CMYK
RGB Variations
Color information
#1F3069 (or 0x1F3069) is known color: Catalina Blue. HEX triplet: 1F, 30 and 69. RGB value is (31,48,105). Sum of RGB (Red+Green+Blue) = 31+48+105=184 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.85% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 105 (41.41% from 255 or 57.07% from 184); Max value from RGB is 105 - color contains mainly: blue. Hex color #1F3069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3069 is #E0CF96. Grayscale: #313131. Windows color (decimal): -14733207 or 6893599. OLE color: 6893599.
HSL color Cylindrical-coordinate representation of color #1F3069: hue angle of 226.22º 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 #1F3069 is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 31 | 48 | 105 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.59 |
| HSL | 226.22º | 0.54% | 0.27% | - |
| HSV(B) | 226.22º | 0.7% | 0.41% | - |
| XYZ | 4.17 | 3.43 | 13.81 | - |
| YUV | 49.42 | 159.37 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 48 | 105 | 0.70 | 0.54 | 0 | 0.59 | 226.22 | 0.54 | 0.27 |
| Hex | 1F | 30 | 69 | 46 | 36 | 0 | 3B | E2 | 36 | 1B |
| Octal | 37 | 60 | 151 | 106 | 66 | 0 | 73 | 342 | 66 | 33 |
| Binary | 11111 | 110000 | 1101001 | 1000110 | 110110 | 0 | 111011 | 11100010 | 110110 | 11011 |
Color Harmonies of #1F3069
Complementary color
Monochromatic Colors of #1F3069
Black with #1F3069
Text Example
Text Example
White with #1F3069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3069; }
p { color: rgb(31,48,105); }
H1.HeaderClassName
{
color: #1F3069;
}
.AnyTagClassName
{
color: #1F3069;
}
</style>
background-color css
<style>
a { background-color: #1F3069; }
a { background-color: rgb(31,48,105); }
div.DivClassName
{
background-color: #1F3069;
}
.BgClassName
{
background-color: #1F3069;
}
</style>
border-color css
<style>
span { border-color: #1F3069; }
span { border-color: rgb(31,48,105); }
td.TdClassName
{
border-color: #1F3069;
}
.TagClassName
{
border-color: #1F3069;
}
</style>