Shades of Catalina Blue #1F334F
Tints of Catalina Blue #1F334F
RGB
CMYK
RGB Variations
Color information
#1F334F (or 0x1F334F) is known color: Catalina Blue. HEX triplet: 1F, 33 and 4F. RGB value is (31,51,79). Sum of RGB (Red+Green+Blue) = 31+51+79=161 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.25% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 79 (31.25% from 255 or 49.07% from 161); Max value from RGB is 79 - color contains mainly: blue. Hex color #1F334F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F334F is #E0CCB0. Grayscale: #303030. Windows color (decimal): -14732465 or 5190431. OLE color: 5190431.
HSL color Cylindrical-coordinate representation of color #1F334F: hue angle of 215º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F334F is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 51 | 79 | - |
| CMYK | 0.61 | 0.35 | 0 | 0.69 |
| HSL | 215º | 0.44% | 0.22% | - |
| HSV(B) | 215º | 0.61% | 0.31% | - |
| XYZ | 3.16 | 3.22 | 7.85 | - |
| YUV | 48.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 51 | 79 | 0.61 | 0.35 | 0 | 0.69 | 215 | 0.44 | 0.22 |
| Hex | 1F | 33 | 4F | 3D | 23 | 0 | 45 | D7 | 2C | 16 |
| Octal | 37 | 63 | 117 | 75 | 43 | 0 | 105 | 327 | 54 | 26 |
| Binary | 11111 | 110011 | 1001111 | 111101 | 100011 | 0 | 1000101 | 11010111 | 101100 | 10110 |
Color Harmonies of #1F334F
Complementary color
Monochromatic Colors of #1F334F
Black with #1F334F
Text Example
Text Example
White with #1F334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F334F; }
p { color: rgb(31,51,79); }
H1.HeaderClassName
{
color: #1F334F;
}
.AnyTagClassName
{
color: #1F334F;
}
</style>
background-color css
<style>
a { background-color: #1F334F; }
a { background-color: rgb(31,51,79); }
div.DivClassName
{
background-color: #1F334F;
}
.BgClassName
{
background-color: #1F334F;
}
</style>
border-color css
<style>
span { border-color: #1F334F; }
span { border-color: rgb(31,51,79); }
td.TdClassName
{
border-color: #1F334F;
}
.TagClassName
{
border-color: #1F334F;
}
</style>