Shades of Catalina Blue #1A3A69
Tints of Catalina Blue #1A3A69
RGB
CMYK
RGB Variations
Color information
#1A3A69 (or 0x1A3A69) is known color: Catalina Blue. HEX triplet: 1A, 3A and 69. RGB value is (26,58,105). Sum of RGB (Red+Green+Blue) = 26+58+105=189 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.76% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 105 (41.41% from 255 or 55.56% from 189); Max value from RGB is 105 - color contains mainly: blue. Hex color #1A3A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3A69 is #E5C596. Grayscale: #353535. Windows color (decimal): -15058327 or 6896154. OLE color: 6896154.
HSL color Cylindrical-coordinate representation of color #1A3A69: hue angle of 215.7º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A3A69 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 58 | 105 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.59 |
| HSL | 215.7º | 0.6% | 0.26% | - |
| HSV(B) | 215.7º | 0.75% | 0.41% | - |
| XYZ | 4.49 | 4.27 | 13.95 | - |
| YUV | 53.79 | 156.9 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 58 | 105 | 0.75 | 0.45 | 0 | 0.59 | 215.7 | 0.6 | 0.26 |
| Hex | 1A | 3A | 69 | 4B | 2D | 0 | 3B | D8 | 3C | 1A |
| Octal | 32 | 72 | 151 | 113 | 55 | 0 | 73 | 330 | 74 | 32 |
| Binary | 11010 | 111010 | 1101001 | 1001011 | 101101 | 0 | 111011 | 11011000 | 111100 | 11010 |
Color Harmonies of #1A3A69
Complementary color
Monochromatic Colors of #1A3A69
Black with #1A3A69
Text Example
Text Example
White with #1A3A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3A69; }
p { color: rgb(26,58,105); }
H1.HeaderClassName
{
color: #1A3A69;
}
.AnyTagClassName
{
color: #1A3A69;
}
</style>
background-color css
<style>
a { background-color: #1A3A69; }
a { background-color: rgb(26,58,105); }
div.DivClassName
{
background-color: #1A3A69;
}
.BgClassName
{
background-color: #1A3A69;
}
</style>
border-color css
<style>
span { border-color: #1A3A69; }
span { border-color: rgb(26,58,105); }
td.TdClassName
{
border-color: #1A3A69;
}
.TagClassName
{
border-color: #1A3A69;
}
</style>