Shades of Catalina Blue #1F3E70
Tints of Catalina Blue #1F3E70
RGB
CMYK
RGB Variations
Color information
#1F3E70 (or 0x1F3E70) is known color: Catalina Blue. HEX triplet: 1F, 3E and 70. RGB value is (31,62,112). Sum of RGB (Red+Green+Blue) = 31+62+112=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 62 (24.61% from 255 or 30.24% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F3E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3E70 is #E0C18F. Grayscale: #3A3A3A. Windows color (decimal): -14729616 or 7355935. OLE color: 7355935.
HSL color Cylindrical-coordinate representation of color #1F3E70: hue angle of 217.04º 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 #1F3E70 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 62 | 112 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.56 |
| HSL | 217.04º | 0.57% | 0.28% | - |
| HSV(B) | 217.04º | 0.72% | 0.44% | - |
| XYZ | 5.21 | 4.91 | 16 | - |
| YUV | 58.43 | 158.23 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 62 | 112 | 0.72 | 0.45 | 0 | 0.56 | 217.04 | 0.57 | 0.28 |
| Hex | 1F | 3E | 70 | 48 | 2D | 0 | 38 | D9 | 39 | 1C |
| Octal | 37 | 76 | 160 | 110 | 55 | 0 | 70 | 331 | 71 | 34 |
| Binary | 11111 | 111110 | 1110000 | 1001000 | 101101 | 0 | 111000 | 11011001 | 111001 | 11100 |
Color Harmonies of #1F3E70
Complementary color
Monochromatic Colors of #1F3E70
Black with #1F3E70
Text Example
Text Example
White with #1F3E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3E70; }
p { color: rgb(31,62,112); }
H1.HeaderClassName
{
color: #1F3E70;
}
.AnyTagClassName
{
color: #1F3E70;
}
</style>
background-color css
<style>
a { background-color: #1F3E70; }
a { background-color: rgb(31,62,112); }
div.DivClassName
{
background-color: #1F3E70;
}
.BgClassName
{
background-color: #1F3E70;
}
</style>
border-color css
<style>
span { border-color: #1F3E70; }
span { border-color: rgb(31,62,112); }
td.TdClassName
{
border-color: #1F3E70;
}
.TagClassName
{
border-color: #1F3E70;
}
</style>