Shades of Catalina Blue #1F3567
Tints of Catalina Blue #1F3567
RGB
CMYK
RGB Variations
Color information
#1F3567 (or 0x1F3567) is known color: Catalina Blue. HEX triplet: 1F, 35 and 67. RGB value is (31,53,103). Sum of RGB (Red+Green+Blue) = 31+53+103=187 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.58% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 103 (40.62% from 255 or 55.08% from 187); Max value from RGB is 103 - color contains mainly: blue. Hex color #1F3567 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3567 is #E0CA98. Grayscale: #333333. Windows color (decimal): -14731929 or 6763807. OLE color: 6763807.
HSL color Cylindrical-coordinate representation of color #1F3567: hue angle of 221.67º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F3567 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 53 | 103 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.60 |
| HSL | 221.67º | 0.54% | 0.26% | - |
| HSV(B) | 221.67º | 0.7% | 0.4% | - |
| XYZ | 4.29 | 3.82 | 13.34 | - |
| YUV | 52.12 | 156.71 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 53 | 103 | 0.70 | 0.49 | 0 | 0.60 | 221.67 | 0.54 | 0.26 |
| Hex | 1F | 35 | 67 | 46 | 31 | 0 | 3C | DE | 36 | 1A |
| Octal | 37 | 65 | 147 | 106 | 61 | 0 | 74 | 336 | 66 | 32 |
| Binary | 11111 | 110101 | 1100111 | 1000110 | 110001 | 0 | 111100 | 11011110 | 110110 | 11010 |
Color Harmonies of #1F3567
Complementary color
Monochromatic Colors of #1F3567
Black with #1F3567
Text Example
Text Example
White with #1F3567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3567; }
p { color: rgb(31,53,103); }
H1.HeaderClassName
{
color: #1F3567;
}
.AnyTagClassName
{
color: #1F3567;
}
</style>
background-color css
<style>
a { background-color: #1F3567; }
a { background-color: rgb(31,53,103); }
div.DivClassName
{
background-color: #1F3567;
}
.BgClassName
{
background-color: #1F3567;
}
</style>
border-color css
<style>
span { border-color: #1F3567; }
span { border-color: rgb(31,53,103); }
td.TdClassName
{
border-color: #1F3567;
}
.TagClassName
{
border-color: #1F3567;
}
</style>