Shades of Catalina Blue #1A3A63
Tints of Catalina Blue #1A3A63
RGB
CMYK
RGB Variations
Color information
#1A3A63 (or 0x1A3A63) is known color: Catalina Blue. HEX triplet: 1A, 3A and 63. RGB value is (26,58,99). Sum of RGB (Red+Green+Blue) = 26+58+99=183 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.21% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 99 (39.06% from 255 or 54.10% from 183); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A3A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3A63 is #E5C59C. Grayscale: #343434. Windows color (decimal): -15058333 or 6502938. OLE color: 6502938.
HSL color Cylindrical-coordinate representation of color #1A3A63: hue angle of 213.7º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A3A63 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 26 | 58 | 99 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.61 |
| HSL | 213.7º | 0.58% | 0.25% | - |
| HSV(B) | 213.7º | 0.74% | 0.39% | - |
| XYZ | 4.19 | 4.15 | 12.38 | - |
| YUV | 53.11 | 153.9 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 58 | 99 | 0.74 | 0.41 | 0 | 0.61 | 213.7 | 0.58 | 0.25 |
| Hex | 1A | 3A | 63 | 4A | 29 | 0 | 3D | D6 | 3A | 19 |
| Octal | 32 | 72 | 143 | 112 | 51 | 0 | 75 | 326 | 72 | 31 |
| Binary | 11010 | 111010 | 1100011 | 1001010 | 101001 | 0 | 111101 | 11010110 | 111010 | 11001 |
Color Harmonies of #1A3A63
Complementary color
Monochromatic Colors of #1A3A63
Black with #1A3A63
Text Example
Text Example
White with #1A3A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3A63; }
p { color: rgb(26,58,99); }
H1.HeaderClassName
{
color: #1A3A63;
}
.AnyTagClassName
{
color: #1A3A63;
}
</style>
background-color css
<style>
a { background-color: #1A3A63; }
a { background-color: rgb(26,58,99); }
div.DivClassName
{
background-color: #1A3A63;
}
.BgClassName
{
background-color: #1A3A63;
}
</style>
border-color css
<style>
span { border-color: #1A3A63; }
span { border-color: rgb(26,58,99); }
td.TdClassName
{
border-color: #1A3A63;
}
.TagClassName
{
border-color: #1A3A63;
}
</style>