Shades of Catalina Blue #1A3154
Tints of Catalina Blue #1A3154
RGB
CMYK
RGB Variations
Color information
#1A3154 (or 0x1A3154) is known color: Catalina Blue. HEX triplet: 1A, 31 and 54. RGB value is (26,49,84). Sum of RGB (Red+Green+Blue) = 26+49+84=159 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.35% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 84 (33.20% from 255 or 52.83% from 159); Max value from RGB is 84 - color contains mainly: blue. Hex color #1A3154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3154 is #E5CEAB. Grayscale: #2D2D2D. Windows color (decimal): -15060652 or 5517594. OLE color: 5517594.
HSL color Cylindrical-coordinate representation of color #1A3154: hue angle of 216.21º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A3154 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 26 | 49 | 84 | - |
| CMYK | 0.69 | 0.42 | 0 | 0.67 |
| HSL | 216.21º | 0.53% | 0.22% | - |
| HSV(B) | 216.21º | 0.69% | 0.33% | - |
| XYZ | 3.12 | 3.06 | 8.81 | - |
| YUV | 46.11 | 149.38 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 49 | 84 | 0.69 | 0.42 | 0 | 0.67 | 216.21 | 0.53 | 0.22 |
| Hex | 1A | 31 | 54 | 45 | 2A | 0 | 43 | D8 | 35 | 16 |
| Octal | 32 | 61 | 124 | 105 | 52 | 0 | 103 | 330 | 65 | 26 |
| Binary | 11010 | 110001 | 1010100 | 1000101 | 101010 | 0 | 1000011 | 11011000 | 110101 | 10110 |
Color Harmonies of #1A3154
Complementary color
Monochromatic Colors of #1A3154
Black with #1A3154
Text Example
Text Example
White with #1A3154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3154; }
p { color: rgb(26,49,84); }
H1.HeaderClassName
{
color: #1A3154;
}
.AnyTagClassName
{
color: #1A3154;
}
</style>
background-color css
<style>
a { background-color: #1A3154; }
a { background-color: rgb(26,49,84); }
div.DivClassName
{
background-color: #1A3154;
}
.BgClassName
{
background-color: #1A3154;
}
</style>
border-color css
<style>
span { border-color: #1A3154; }
span { border-color: rgb(26,49,84); }
td.TdClassName
{
border-color: #1A3154;
}
.TagClassName
{
border-color: #1A3154;
}
</style>