Shades of Catalina Blue #1F335D
Tints of Catalina Blue #1F335D
RGB
CMYK
RGB Variations
Color information
#1F335D (or 0x1F335D) is known color: Catalina Blue. HEX triplet: 1F, 33 and 5D. RGB value is (31,51,93). Sum of RGB (Red+Green+Blue) = 31+51+93=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F335D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F335D is #E0CCA2. Grayscale: #313131. Windows color (decimal): -14732451 or 6107935. OLE color: 6107935.
HSL color Cylindrical-coordinate representation of color #1F335D: hue angle of 220.65º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F335D is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 31 | 51 | 93 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.64 |
| HSL | 220.65º | 0.5% | 0.24% | - |
| HSV(B) | 220.65º | 0.67% | 0.36% | - |
| XYZ | 3.72 | 3.45 | 10.83 | - |
| YUV | 49.81 | 152.37 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 51 | 93 | 0.67 | 0.45 | 0 | 0.64 | 220.65 | 0.5 | 0.24 |
| Hex | 1F | 33 | 5D | 43 | 2D | 0 | 40 | DD | 32 | 18 |
| Octal | 37 | 63 | 135 | 103 | 55 | 0 | 100 | 335 | 62 | 30 |
| Binary | 11111 | 110011 | 1011101 | 1000011 | 101101 | 0 | 1000000 | 11011101 | 110010 | 11000 |
Color Harmonies of #1F335D
Complementary color
Monochromatic Colors of #1F335D
Black with #1F335D
Text Example
Text Example
White with #1F335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F335D; }
p { color: rgb(31,51,93); }
H1.HeaderClassName
{
color: #1F335D;
}
.AnyTagClassName
{
color: #1F335D;
}
</style>
background-color css
<style>
a { background-color: #1F335D; }
a { background-color: rgb(31,51,93); }
div.DivClassName
{
background-color: #1F335D;
}
.BgClassName
{
background-color: #1F335D;
}
</style>
border-color css
<style>
span { border-color: #1F335D; }
span { border-color: rgb(31,51,93); }
td.TdClassName
{
border-color: #1F335D;
}
.TagClassName
{
border-color: #1F335D;
}
</style>