Shades of Catalina Blue #1A3150
Tints of Catalina Blue #1A3150
RGB
CMYK
RGB Variations
Color information
#1A3150 (or 0x1A3150) is known color: Catalina Blue. HEX triplet: 1A, 31 and 50. RGB value is (26,49,80). Sum of RGB (Red+Green+Blue) = 26+49+80=155 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.77% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #1A3150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3150 is #E5CEAF. Grayscale: #2D2D2D. Windows color (decimal): -15060656 or 5255450. OLE color: 5255450.
HSL color Cylindrical-coordinate representation of color #1A3150: hue angle of 214.44º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A3150 is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 26 | 49 | 80 | - |
| CMYK | 0.67 | 0.39 | 0 | 0.69 |
| HSL | 214.44º | 0.51% | 0.21% | - |
| HSV(B) | 214.44º | 0.68% | 0.31% | - |
| XYZ | 2.97 | 3 | 8.01 | - |
| YUV | 45.66 | 147.38 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 49 | 80 | 0.67 | 0.39 | 0 | 0.69 | 214.44 | 0.51 | 0.21 |
| Hex | 1A | 31 | 50 | 43 | 27 | 0 | 45 | D6 | 33 | 15 |
| Octal | 32 | 61 | 120 | 103 | 47 | 0 | 105 | 326 | 63 | 25 |
| Binary | 11010 | 110001 | 1010000 | 1000011 | 100111 | 0 | 1000101 | 11010110 | 110011 | 10101 |
Color Harmonies of #1A3150
Complementary color
Monochromatic Colors of #1A3150
Black with #1A3150
Text Example
Text Example
White with #1A3150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3150; }
p { color: rgb(26,49,80); }
H1.HeaderClassName
{
color: #1A3150;
}
.AnyTagClassName
{
color: #1A3150;
}
</style>
background-color css
<style>
a { background-color: #1A3150; }
a { background-color: rgb(26,49,80); }
div.DivClassName
{
background-color: #1A3150;
}
.BgClassName
{
background-color: #1A3150;
}
</style>
border-color css
<style>
span { border-color: #1A3150; }
span { border-color: rgb(26,49,80); }
td.TdClassName
{
border-color: #1A3150;
}
.TagClassName
{
border-color: #1A3150;
}
</style>