Shades of Catalina Blue #1F3F68
Tints of Catalina Blue #1F3F68
RGB
CMYK
RGB Variations
Color information
#1F3F68 (or 0x1F3F68) is known color: Catalina Blue. HEX triplet: 1F, 3F and 68. RGB value is (31,63,104). Sum of RGB (Red+Green+Blue) = 31+63+104=198 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.66% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #1F3F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3F68 is #E0C097. Grayscale: #393939. Windows color (decimal): -14729368 or 6831903. OLE color: 6831903.
HSL color Cylindrical-coordinate representation of color #1F3F68: hue angle of 213.7º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F3F68 is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 31 | 63 | 104 | - |
| CMYK | 0.70 | 0.39 | 0 | 0.59 |
| HSL | 213.7º | 0.54% | 0.26% | - |
| HSV(B) | 213.7º | 0.7% | 0.41% | - |
| XYZ | 4.84 | 4.85 | 13.78 | - |
| YUV | 58.11 | 153.9 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 63 | 104 | 0.70 | 0.39 | 0 | 0.59 | 213.7 | 0.54 | 0.26 |
| Hex | 1F | 3F | 68 | 46 | 27 | 0 | 3B | D6 | 36 | 1A |
| Octal | 37 | 77 | 150 | 106 | 47 | 0 | 73 | 326 | 66 | 32 |
| Binary | 11111 | 111111 | 1101000 | 1000110 | 100111 | 0 | 111011 | 11010110 | 110110 | 11010 |
Color Harmonies of #1F3F68
Complementary color
Monochromatic Colors of #1F3F68
Black with #1F3F68
Text Example
Text Example
White with #1F3F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3F68; }
p { color: rgb(31,63,104); }
H1.HeaderClassName
{
color: #1F3F68;
}
.AnyTagClassName
{
color: #1F3F68;
}
</style>
background-color css
<style>
a { background-color: #1F3F68; }
a { background-color: rgb(31,63,104); }
div.DivClassName
{
background-color: #1F3F68;
}
.BgClassName
{
background-color: #1F3F68;
}
</style>
border-color css
<style>
span { border-color: #1F3F68; }
span { border-color: rgb(31,63,104); }
td.TdClassName
{
border-color: #1F3F68;
}
.TagClassName
{
border-color: #1F3F68;
}
</style>