Shades of Catalina Blue #1F3669
Tints of Catalina Blue #1F3669
RGB
CMYK
RGB Variations
Color information
#1F3669 (or 0x1F3669) is known color: Catalina Blue. HEX triplet: 1F, 36 and 69. RGB value is (31,54,105). Sum of RGB (Red+Green+Blue) = 31+54+105=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 105 (41.41% from 255 or 55.26% from 190); Max value from RGB is 105 - color contains mainly: blue. Hex color #1F3669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3669 is #E0C996. Grayscale: #343434. Windows color (decimal): -14731671 or 6895135. OLE color: 6895135.
HSL color Cylindrical-coordinate representation of color #1F3669: hue angle of 221.35º 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 #1F3669 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 31 | 54 | 105 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.59 |
| HSL | 221.35º | 0.54% | 0.27% | - |
| HSV(B) | 221.35º | 0.7% | 0.41% | - |
| XYZ | 4.43 | 3.95 | 13.89 | - |
| YUV | 52.94 | 157.38 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 54 | 105 | 0.70 | 0.49 | 0 | 0.59 | 221.35 | 0.54 | 0.27 |
| Hex | 1F | 36 | 69 | 46 | 31 | 0 | 3B | DD | 36 | 1B |
| Octal | 37 | 66 | 151 | 106 | 61 | 0 | 73 | 335 | 66 | 33 |
| Binary | 11111 | 110110 | 1101001 | 1000110 | 110001 | 0 | 111011 | 11011101 | 110110 | 11011 |
Color Harmonies of #1F3669
Complementary color
Monochromatic Colors of #1F3669
Black with #1F3669
Text Example
Text Example
White with #1F3669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3669; }
p { color: rgb(31,54,105); }
H1.HeaderClassName
{
color: #1F3669;
}
.AnyTagClassName
{
color: #1F3669;
}
</style>
background-color css
<style>
a { background-color: #1F3669; }
a { background-color: rgb(31,54,105); }
div.DivClassName
{
background-color: #1F3669;
}
.BgClassName
{
background-color: #1F3669;
}
</style>
border-color css
<style>
span { border-color: #1F3669; }
span { border-color: rgb(31,54,105); }
td.TdClassName
{
border-color: #1F3669;
}
.TagClassName
{
border-color: #1F3669;
}
</style>