Shades of Catalina Blue #1A3459
Tints of Catalina Blue #1A3459
RGB
CMYK
RGB Variations
Color information
#1A3459 (or 0x1A3459) is known color: Catalina Blue. HEX triplet: 1A, 34 and 59. RGB value is (26,52,89). Sum of RGB (Red+Green+Blue) = 26+52+89=167 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.57% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 89 (35.16% from 255 or 53.29% from 167); Max value from RGB is 89 - color contains mainly: blue. Hex color #1A3459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3459 is #E5CBA6. Grayscale: #303030. Windows color (decimal): -15059879 or 5846042. OLE color: 5846042.
HSL color Cylindrical-coordinate representation of color #1A3459: hue angle of 215.24º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A3459 is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 52 | 89 | - |
| CMYK | 0.71 | 0.42 | 0 | 0.65 |
| HSL | 215.24º | 0.55% | 0.23% | - |
| HSV(B) | 215.24º | 0.71% | 0.35% | - |
| XYZ | 3.46 | 3.4 | 9.92 | - |
| YUV | 48.44 | 150.89 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 52 | 89 | 0.71 | 0.42 | 0 | 0.65 | 215.24 | 0.55 | 0.23 |
| Hex | 1A | 34 | 59 | 47 | 2A | 0 | 41 | D7 | 37 | 17 |
| Octal | 32 | 64 | 131 | 107 | 52 | 0 | 101 | 327 | 67 | 27 |
| Binary | 11010 | 110100 | 1011001 | 1000111 | 101010 | 0 | 1000001 | 11010111 | 110111 | 10111 |
Color Harmonies of #1A3459
Complementary color
Monochromatic Colors of #1A3459
Black with #1A3459
Text Example
Text Example
White with #1A3459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3459; }
p { color: rgb(26,52,89); }
H1.HeaderClassName
{
color: #1A3459;
}
.AnyTagClassName
{
color: #1A3459;
}
</style>
background-color css
<style>
a { background-color: #1A3459; }
a { background-color: rgb(26,52,89); }
div.DivClassName
{
background-color: #1A3459;
}
.BgClassName
{
background-color: #1A3459;
}
</style>
border-color css
<style>
span { border-color: #1A3459; }
span { border-color: rgb(26,52,89); }
td.TdClassName
{
border-color: #1A3459;
}
.TagClassName
{
border-color: #1A3459;
}
</style>