Shades of Catalina Blue #1F3C70
Tints of Catalina Blue #1F3C70
RGB
CMYK
RGB Variations
Color information
#1F3C70 (or 0x1F3C70) is known color: Catalina Blue. HEX triplet: 1F, 3C and 70. RGB value is (31,60,112). Sum of RGB (Red+Green+Blue) = 31+60+112=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F3C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3C70 is #E0C38F. Grayscale: #393939. Windows color (decimal): -14730128 or 7355423. OLE color: 7355423.
HSL color Cylindrical-coordinate representation of color #1F3C70: hue angle of 218.52º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F3C70 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 60 | 112 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.56 |
| HSL | 218.52º | 0.57% | 0.28% | - |
| HSV(B) | 218.52º | 0.72% | 0.44% | - |
| XYZ | 5.11 | 4.69 | 15.97 | - |
| YUV | 57.26 | 158.89 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 60 | 112 | 0.72 | 0.46 | 0 | 0.56 | 218.52 | 0.57 | 0.28 |
| Hex | 1F | 3C | 70 | 48 | 2E | 0 | 38 | DB | 39 | 1C |
| Octal | 37 | 74 | 160 | 110 | 56 | 0 | 70 | 333 | 71 | 34 |
| Binary | 11111 | 111100 | 1110000 | 1001000 | 101110 | 0 | 111000 | 11011011 | 111001 | 11100 |
Color Harmonies of #1F3C70
Complementary color
Monochromatic Colors of #1F3C70
Black with #1F3C70
Text Example
Text Example
White with #1F3C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3C70; }
p { color: rgb(31,60,112); }
H1.HeaderClassName
{
color: #1F3C70;
}
.AnyTagClassName
{
color: #1F3C70;
}
</style>
background-color css
<style>
a { background-color: #1F3C70; }
a { background-color: rgb(31,60,112); }
div.DivClassName
{
background-color: #1F3C70;
}
.BgClassName
{
background-color: #1F3C70;
}
</style>
border-color css
<style>
span { border-color: #1F3C70; }
span { border-color: rgb(31,60,112); }
td.TdClassName
{
border-color: #1F3C70;
}
.TagClassName
{
border-color: #1F3C70;
}
</style>