Shades of Catalina Blue #1A3256
Tints of Catalina Blue #1A3256
RGB
CMYK
RGB Variations
Color information
#1A3256 (or 0x1A3256) is known color: Catalina Blue. HEX triplet: 1A, 32 and 56. RGB value is (26,50,86). Sum of RGB (Red+Green+Blue) = 26+50+86=162 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.05% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 86 (33.98% from 255 or 53.09% from 162); Max value from RGB is 86 - color contains mainly: blue. Hex color #1A3256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3256 is #E5CDA9. Grayscale: #2E2E2E. Windows color (decimal): -15060394 or 5648922. OLE color: 5648922.
HSL color Cylindrical-coordinate representation of color #1A3256: hue angle of 216º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A3256 is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 50 | 86 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.66 |
| HSL | 216º | 0.54% | 0.22% | - |
| HSV(B) | 216º | 0.7% | 0.34% | - |
| XYZ | 3.25 | 3.17 | 9.25 | - |
| YUV | 46.93 | 150.05 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 50 | 86 | 0.70 | 0.42 | 0 | 0.66 | 216 | 0.54 | 0.22 |
| Hex | 1A | 32 | 56 | 46 | 2A | 0 | 42 | D8 | 36 | 16 |
| Octal | 32 | 62 | 126 | 106 | 52 | 0 | 102 | 330 | 66 | 26 |
| Binary | 11010 | 110010 | 1010110 | 1000110 | 101010 | 0 | 1000010 | 11011000 | 110110 | 10110 |
Color Harmonies of #1A3256
Complementary color
Monochromatic Colors of #1A3256
Black with #1A3256
Text Example
Text Example
White with #1A3256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3256; }
p { color: rgb(26,50,86); }
H1.HeaderClassName
{
color: #1A3256;
}
.AnyTagClassName
{
color: #1A3256;
}
</style>
background-color css
<style>
a { background-color: #1A3256; }
a { background-color: rgb(26,50,86); }
div.DivClassName
{
background-color: #1A3256;
}
.BgClassName
{
background-color: #1A3256;
}
</style>
border-color css
<style>
span { border-color: #1A3256; }
span { border-color: rgb(26,50,86); }
td.TdClassName
{
border-color: #1A3256;
}
.TagClassName
{
border-color: #1A3256;
}
</style>