Shades of Catalina Blue #1F3759
Tints of Catalina Blue #1F3759
RGB
CMYK
RGB Variations
Color information
#1F3759 (or 0x1F3759) is known color: Catalina Blue. HEX triplet: 1F, 37 and 59. RGB value is (31,55,89). Sum of RGB (Red+Green+Blue) = 31+55+89=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #1F3759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3759 is #E0C8A6. Grayscale: #333333. Windows color (decimal): -14731431 or 5846815. OLE color: 5846815.
HSL color Cylindrical-coordinate representation of color #1F3759: hue angle of 215.17º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F3759 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 55 | 89 | - |
| CMYK | 0.65 | 0.38 | 0 | 0.65 |
| HSL | 215.17º | 0.48% | 0.24% | - |
| HSV(B) | 215.17º | 0.65% | 0.35% | - |
| XYZ | 3.73 | 3.74 | 9.98 | - |
| YUV | 51.7 | 149.05 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 55 | 89 | 0.65 | 0.38 | 0 | 0.65 | 215.17 | 0.48 | 0.24 |
| Hex | 1F | 37 | 59 | 41 | 26 | 0 | 41 | D7 | 30 | 18 |
| Octal | 37 | 67 | 131 | 101 | 46 | 0 | 101 | 327 | 60 | 30 |
| Binary | 11111 | 110111 | 1011001 | 1000001 | 100110 | 0 | 1000001 | 11010111 | 110000 | 11000 |
Color Harmonies of #1F3759
Complementary color
Monochromatic Colors of #1F3759
Black with #1F3759
Text Example
Text Example
White with #1F3759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3759; }
p { color: rgb(31,55,89); }
H1.HeaderClassName
{
color: #1F3759;
}
.AnyTagClassName
{
color: #1F3759;
}
</style>
background-color css
<style>
a { background-color: #1F3759; }
a { background-color: rgb(31,55,89); }
div.DivClassName
{
background-color: #1F3759;
}
.BgClassName
{
background-color: #1F3759;
}
</style>
border-color css
<style>
span { border-color: #1F3759; }
span { border-color: rgb(31,55,89); }
td.TdClassName
{
border-color: #1F3759;
}
.TagClassName
{
border-color: #1F3759;
}
</style>