Shades of Catalina Blue #1F325A
Tints of Catalina Blue #1F325A
RGB
CMYK
RGB Variations
Color information
#1F325A (or 0x1F325A) is known color: Catalina Blue. HEX triplet: 1F, 32 and 5A. RGB value is (31,50,90). Sum of RGB (Red+Green+Blue) = 31+50+90=171 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.13% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #1F325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F325A is #E0CDA5. Grayscale: #303030. Windows color (decimal): -14732710 or 5911071. OLE color: 5911071.
HSL color Cylindrical-coordinate representation of color #1F325A: hue angle of 220.68º 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 #1F325A is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 31 | 50 | 90 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.65 |
| HSL | 220.68º | 0.49% | 0.24% | - |
| HSV(B) | 220.68º | 0.66% | 0.35% | - |
| XYZ | 3.55 | 3.31 | 10.12 | - |
| YUV | 48.88 | 151.21 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 50 | 90 | 0.66 | 0.44 | 0 | 0.65 | 220.68 | 0.49 | 0.24 |
| Hex | 1F | 32 | 5A | 42 | 2C | 0 | 41 | DD | 31 | 18 |
| Octal | 37 | 62 | 132 | 102 | 54 | 0 | 101 | 335 | 61 | 30 |
| Binary | 11111 | 110010 | 1011010 | 1000010 | 101100 | 0 | 1000001 | 11011101 | 110001 | 11000 |
Color Harmonies of #1F325A
Complementary color
Monochromatic Colors of #1F325A
Black with #1F325A
Text Example
Text Example
White with #1F325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F325A; }
p { color: rgb(31,50,90); }
H1.HeaderClassName
{
color: #1F325A;
}
.AnyTagClassName
{
color: #1F325A;
}
</style>
background-color css
<style>
a { background-color: #1F325A; }
a { background-color: rgb(31,50,90); }
div.DivClassName
{
background-color: #1F325A;
}
.BgClassName
{
background-color: #1F325A;
}
</style>
border-color css
<style>
span { border-color: #1F325A; }
span { border-color: rgb(31,50,90); }
td.TdClassName
{
border-color: #1F325A;
}
.TagClassName
{
border-color: #1F325A;
}
</style>