Shades of Catalina Blue #1F315A
Tints of Catalina Blue #1F315A
RGB
CMYK
RGB Variations
Color information
#1F315A (or 0x1F315A) is known color: Catalina Blue. HEX triplet: 1F, 31 and 5A. RGB value is (31,49,90). Sum of RGB (Red+Green+Blue) = 31+49+90=170 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.24% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #1F315A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F315A is #E0CEA5. Grayscale: #303030. Windows color (decimal): -14732966 or 5910815. OLE color: 5910815.
HSL color Cylindrical-coordinate representation of color #1F315A: hue angle of 221.69º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F315A is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 49 | 90 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.65 |
| HSL | 221.69º | 0.49% | 0.24% | - |
| HSV(B) | 221.69º | 0.66% | 0.35% | - |
| XYZ | 3.51 | 3.23 | 10.11 | - |
| YUV | 48.29 | 151.54 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 49 | 90 | 0.66 | 0.46 | 0 | 0.65 | 221.69 | 0.49 | 0.24 |
| Hex | 1F | 31 | 5A | 42 | 2E | 0 | 41 | DE | 31 | 18 |
| Octal | 37 | 61 | 132 | 102 | 56 | 0 | 101 | 336 | 61 | 30 |
| Binary | 11111 | 110001 | 1011010 | 1000010 | 101110 | 0 | 1000001 | 11011110 | 110001 | 11000 |
Color Harmonies of #1F315A
Complementary color
Monochromatic Colors of #1F315A
Black with #1F315A
Text Example
Text Example
White with #1F315A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F315A; }
p { color: rgb(31,49,90); }
H1.HeaderClassName
{
color: #1F315A;
}
.AnyTagClassName
{
color: #1F315A;
}
</style>
background-color css
<style>
a { background-color: #1F315A; }
a { background-color: rgb(31,49,90); }
div.DivClassName
{
background-color: #1F315A;
}
.BgClassName
{
background-color: #1F315A;
}
</style>
border-color css
<style>
span { border-color: #1F315A; }
span { border-color: rgb(31,49,90); }
td.TdClassName
{
border-color: #1F315A;
}
.TagClassName
{
border-color: #1F315A;
}
</style>