Shades of Catalina Blue #1A3363
Tints of Catalina Blue #1A3363
RGB
CMYK
RGB Variations
Color information
#1A3363 (or 0x1A3363) is known color: Catalina Blue. HEX triplet: 1A, 33 and 63. RGB value is (26,51,99). Sum of RGB (Red+Green+Blue) = 26+51+99=176 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.77% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 99 (39.06% from 255 or 56.25% from 176); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A3363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3363 is #E5CC9C. Grayscale: #303030. Windows color (decimal): -15060125 or 6501146. OLE color: 6501146.
HSL color Cylindrical-coordinate representation of color #1A3363: hue angle of 219.45º 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 #1A3363 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 26 | 51 | 99 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.61 |
| HSL | 219.45º | 0.58% | 0.25% | - |
| HSV(B) | 219.45º | 0.74% | 0.39% | - |
| XYZ | 3.86 | 3.49 | 12.27 | - |
| YUV | 49 | 156.22 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 51 | 99 | 0.74 | 0.48 | 0 | 0.61 | 219.45 | 0.58 | 0.25 |
| Hex | 1A | 33 | 63 | 4A | 30 | 0 | 3D | DB | 3A | 19 |
| Octal | 32 | 63 | 143 | 112 | 60 | 0 | 75 | 333 | 72 | 31 |
| Binary | 11010 | 110011 | 1100011 | 1001010 | 110000 | 0 | 111101 | 11011011 | 111010 | 11001 |
Color Harmonies of #1A3363
Complementary color
Monochromatic Colors of #1A3363
Black with #1A3363
Text Example
Text Example
White with #1A3363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3363; }
p { color: rgb(26,51,99); }
H1.HeaderClassName
{
color: #1A3363;
}
.AnyTagClassName
{
color: #1A3363;
}
</style>
background-color css
<style>
a { background-color: #1A3363; }
a { background-color: rgb(26,51,99); }
div.DivClassName
{
background-color: #1A3363;
}
.BgClassName
{
background-color: #1A3363;
}
</style>
border-color css
<style>
span { border-color: #1A3363; }
span { border-color: rgb(26,51,99); }
td.TdClassName
{
border-color: #1A3363;
}
.TagClassName
{
border-color: #1A3363;
}
</style>