Shades of Catalina Blue #1F3365
Tints of Catalina Blue #1F3365
RGB
CMYK
RGB Variations
Color information
#1F3365 (or 0x1F3365) is known color: Catalina Blue. HEX triplet: 1F, 33 and 65. RGB value is (31,51,101). Sum of RGB (Red+Green+Blue) = 31+51+101=183 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.94% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 101 (39.84% from 255 or 55.19% from 183); Max value from RGB is 101 - color contains mainly: blue. Hex color #1F3365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3365 is #E0CC9A. Grayscale: #323232. Windows color (decimal): -14732443 or 6632223. OLE color: 6632223.
HSL color Cylindrical-coordinate representation of color #1F3365: hue angle of 222.86º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1F3365 is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 31 | 51 | 101 | - |
| CMYK | 0.69 | 0.50 | 0 | 0.60 |
| HSL | 222.86º | 0.53% | 0.26% | - |
| HSV(B) | 222.86º | 0.69% | 0.4% | - |
| XYZ | 4.1 | 3.6 | 12.79 | - |
| YUV | 50.72 | 156.37 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 51 | 101 | 0.69 | 0.50 | 0 | 0.60 | 222.86 | 0.53 | 0.26 |
| Hex | 1F | 33 | 65 | 45 | 32 | 0 | 3C | DF | 35 | 1A |
| Octal | 37 | 63 | 145 | 105 | 62 | 0 | 74 | 337 | 65 | 32 |
| Binary | 11111 | 110011 | 1100101 | 1000101 | 110010 | 0 | 111100 | 11011111 | 110101 | 11010 |
Color Harmonies of #1F3365
Complementary color
Monochromatic Colors of #1F3365
Black with #1F3365
Text Example
Text Example
White with #1F3365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3365; }
p { color: rgb(31,51,101); }
H1.HeaderClassName
{
color: #1F3365;
}
.AnyTagClassName
{
color: #1F3365;
}
</style>
background-color css
<style>
a { background-color: #1F3365; }
a { background-color: rgb(31,51,101); }
div.DivClassName
{
background-color: #1F3365;
}
.BgClassName
{
background-color: #1F3365;
}
</style>
border-color css
<style>
span { border-color: #1F3365; }
span { border-color: rgb(31,51,101); }
td.TdClassName
{
border-color: #1F3365;
}
.TagClassName
{
border-color: #1F3365;
}
</style>