Shades of Catalina Blue #1F3665
Tints of Catalina Blue #1F3665
RGB
CMYK
RGB Variations
Color information
#1F3665 (or 0x1F3665) is known color: Catalina Blue. HEX triplet: 1F, 36 and 65. RGB value is (31,54,101). Sum of RGB (Red+Green+Blue) = 31+54+101=186 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.67% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 101 (39.84% from 255 or 54.30% from 186); Max value from RGB is 101 - color contains mainly: blue. Hex color #1F3665 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3665 is #E0C99A. Grayscale: #343434. Windows color (decimal): -14731675 or 6632991. OLE color: 6632991.
HSL color Cylindrical-coordinate representation of color #1F3665: hue angle of 220.29º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F3665 is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 54 | 101 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.60 |
| HSL | 220.29º | 0.53% | 0.26% | - |
| HSV(B) | 220.29º | 0.69% | 0.4% | - |
| XYZ | 4.23 | 3.87 | 12.84 | - |
| YUV | 52.48 | 155.38 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 54 | 101 | 0.69 | 0.47 | 0 | 0.60 | 220.29 | 0.53 | 0.26 |
| Hex | 1F | 36 | 65 | 45 | 2F | 0 | 3C | DC | 35 | 1A |
| Octal | 37 | 66 | 145 | 105 | 57 | 0 | 74 | 334 | 65 | 32 |
| Binary | 11111 | 110110 | 1100101 | 1000101 | 101111 | 0 | 111100 | 11011100 | 110101 | 11010 |
Color Harmonies of #1F3665
Complementary color
Monochromatic Colors of #1F3665
Black with #1F3665
Text Example
Text Example
White with #1F3665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3665; }
p { color: rgb(31,54,101); }
H1.HeaderClassName
{
color: #1F3665;
}
.AnyTagClassName
{
color: #1F3665;
}
</style>
background-color css
<style>
a { background-color: #1F3665; }
a { background-color: rgb(31,54,101); }
div.DivClassName
{
background-color: #1F3665;
}
.BgClassName
{
background-color: #1F3665;
}
</style>
border-color css
<style>
span { border-color: #1F3665; }
span { border-color: rgb(31,54,101); }
td.TdClassName
{
border-color: #1F3665;
}
.TagClassName
{
border-color: #1F3665;
}
</style>