Shades of Catalina Blue #1A3263
Tints of Catalina Blue #1A3263
RGB
CMYK
RGB Variations
Color information
#1A3263 (or 0x1A3263) is known color: Catalina Blue. HEX triplet: 1A, 32 and 63. RGB value is (26,50,99). Sum of RGB (Red+Green+Blue) = 26+50+99=175 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.86% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 99 (39.06% from 255 or 56.57% from 175); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A3263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3263 is #E5CD9C. Grayscale: #303030. Windows color (decimal): -15060381 or 6500890. OLE color: 6500890.
HSL color Cylindrical-coordinate representation of color #1A3263: hue angle of 220.27º 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 #1A3263 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 26 | 50 | 99 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.61 |
| HSL | 220.27º | 0.58% | 0.25% | - |
| HSV(B) | 220.27º | 0.74% | 0.39% | - |
| XYZ | 3.82 | 3.4 | 12.26 | - |
| YUV | 48.41 | 156.55 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 50 | 99 | 0.74 | 0.49 | 0 | 0.61 | 220.27 | 0.58 | 0.25 |
| Hex | 1A | 32 | 63 | 4A | 31 | 0 | 3D | DC | 3A | 19 |
| Octal | 32 | 62 | 143 | 112 | 61 | 0 | 75 | 334 | 72 | 31 |
| Binary | 11010 | 110010 | 1100011 | 1001010 | 110001 | 0 | 111101 | 11011100 | 111010 | 11001 |
Color Harmonies of #1A3263
Complementary color
Monochromatic Colors of #1A3263
Black with #1A3263
Text Example
Text Example
White with #1A3263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3263; }
p { color: rgb(26,50,99); }
H1.HeaderClassName
{
color: #1A3263;
}
.AnyTagClassName
{
color: #1A3263;
}
</style>
background-color css
<style>
a { background-color: #1A3263; }
a { background-color: rgb(26,50,99); }
div.DivClassName
{
background-color: #1A3263;
}
.BgClassName
{
background-color: #1A3263;
}
</style>
border-color css
<style>
span { border-color: #1A3263; }
span { border-color: rgb(26,50,99); }
td.TdClassName
{
border-color: #1A3263;
}
.TagClassName
{
border-color: #1A3263;
}
</style>