Shades of Catalina Blue #1A3560
Tints of Catalina Blue #1A3560
RGB
CMYK
RGB Variations
Color information
#1A3560 (or 0x1A3560) is known color: Catalina Blue. HEX triplet: 1A, 35 and 60. RGB value is (26,53,96). Sum of RGB (Red+Green+Blue) = 26+53+96=175 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.86% from 175); Green value is 53 (21.09% from 255 or 30.29% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #1A3560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3560 is #E5CA9F. Grayscale: #313131. Windows color (decimal): -15059616 or 6305050. OLE color: 6305050.
HSL color Cylindrical-coordinate representation of color #1A3560: hue angle of 216.86º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A3560 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 26 | 53 | 96 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.62 |
| HSL | 216.86º | 0.57% | 0.24% | - |
| HSV(B) | 216.86º | 0.73% | 0.38% | - |
| XYZ | 3.81 | 3.61 | 11.56 | - |
| YUV | 49.83 | 154.05 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 53 | 96 | 0.73 | 0.45 | 0 | 0.62 | 216.86 | 0.57 | 0.24 |
| Hex | 1A | 35 | 60 | 49 | 2D | 0 | 3E | D9 | 39 | 18 |
| Octal | 32 | 65 | 140 | 111 | 55 | 0 | 76 | 331 | 71 | 30 |
| Binary | 11010 | 110101 | 1100000 | 1001001 | 101101 | 0 | 111110 | 11011001 | 111001 | 11000 |
Color Harmonies of #1A3560
Complementary color
Monochromatic Colors of #1A3560
Black with #1A3560
Text Example
Text Example
White with #1A3560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3560; }
p { color: rgb(26,53,96); }
H1.HeaderClassName
{
color: #1A3560;
}
.AnyTagClassName
{
color: #1A3560;
}
</style>
background-color css
<style>
a { background-color: #1A3560; }
a { background-color: rgb(26,53,96); }
div.DivClassName
{
background-color: #1A3560;
}
.BgClassName
{
background-color: #1A3560;
}
</style>
border-color css
<style>
span { border-color: #1A3560; }
span { border-color: rgb(26,53,96); }
td.TdClassName
{
border-color: #1A3560;
}
.TagClassName
{
border-color: #1A3560;
}
</style>