Shades of Catalina Blue #1A2D57
Tints of Catalina Blue #1A2D57
RGB
CMYK
RGB Variations
Color information
#1A2D57 (or 0x1A2D57) is known color: Catalina Blue. HEX triplet: 1A, 2D and 57. RGB value is (26,45,87). Sum of RGB (Red+Green+Blue) = 26+45+87=158 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.46% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 87 (34.38% from 255 or 55.06% from 158); Max value from RGB is 87 - color contains mainly: blue. Hex color #1A2D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2D57 is #E5D2A8. Grayscale: #2B2B2B. Windows color (decimal): -15061673 or 5713178. OLE color: 5713178.
HSL color Cylindrical-coordinate representation of color #1A2D57: hue angle of 221.31º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A2D57 is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 45 | 87 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.66 |
| HSL | 221.31º | 0.54% | 0.22% | - |
| HSV(B) | 221.31º | 0.7% | 0.34% | - |
| XYZ | 3.08 | 2.78 | 9.39 | - |
| YUV | 44.11 | 152.21 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 45 | 87 | 0.70 | 0.48 | 0 | 0.66 | 221.31 | 0.54 | 0.22 |
| Hex | 1A | 2D | 57 | 46 | 30 | 0 | 42 | DD | 36 | 16 |
| Octal | 32 | 55 | 127 | 106 | 60 | 0 | 102 | 335 | 66 | 26 |
| Binary | 11010 | 101101 | 1010111 | 1000110 | 110000 | 0 | 1000010 | 11011101 | 110110 | 10110 |
Color Harmonies of #1A2D57
Complementary color
Monochromatic Colors of #1A2D57
Black with #1A2D57
Text Example
Text Example
White with #1A2D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2D57; }
p { color: rgb(26,45,87); }
H1.HeaderClassName
{
color: #1A2D57;
}
.AnyTagClassName
{
color: #1A2D57;
}
</style>
background-color css
<style>
a { background-color: #1A2D57; }
a { background-color: rgb(26,45,87); }
div.DivClassName
{
background-color: #1A2D57;
}
.BgClassName
{
background-color: #1A2D57;
}
</style>
border-color css
<style>
span { border-color: #1A2D57; }
span { border-color: rgb(26,45,87); }
td.TdClassName
{
border-color: #1A2D57;
}
.TagClassName
{
border-color: #1A2D57;
}
</style>