Shades of Catalina Blue #1A356C
Tints of Catalina Blue #1A356C
RGB
CMYK
RGB Variations
Color information
#1A356C (or 0x1A356C) is known color: Catalina Blue. HEX triplet: 1A, 35 and 6C. RGB value is (26,53,108). Sum of RGB (Red+Green+Blue) = 26+53+108=187 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.90% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #1A356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A356C is #E5CA93. Grayscale: #323232. Windows color (decimal): -15059604 or 7091482. OLE color: 7091482.
HSL color Cylindrical-coordinate representation of color #1A356C: hue angle of 220.24º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A356C is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 53 | 108 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.58 |
| HSL | 220.24º | 0.61% | 0.26% | - |
| HSV(B) | 220.24º | 0.76% | 0.42% | - |
| XYZ | 4.41 | 3.85 | 14.7 | - |
| YUV | 51.2 | 160.05 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 53 | 108 | 0.76 | 0.51 | 0 | 0.58 | 220.24 | 0.61 | 0.26 |
| Hex | 1A | 35 | 6C | 4C | 33 | 0 | 3A | DC | 3D | 1A |
| Octal | 32 | 65 | 154 | 114 | 63 | 0 | 72 | 334 | 75 | 32 |
| Binary | 11010 | 110101 | 1101100 | 1001100 | 110011 | 0 | 111010 | 11011100 | 111101 | 11010 |
Color Harmonies of #1A356C
Complementary color
Monochromatic Colors of #1A356C
Black with #1A356C
Text Example
Text Example
White with #1A356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A356C; }
p { color: rgb(26,53,108); }
H1.HeaderClassName
{
color: #1A356C;
}
.AnyTagClassName
{
color: #1A356C;
}
</style>
background-color css
<style>
a { background-color: #1A356C; }
a { background-color: rgb(26,53,108); }
div.DivClassName
{
background-color: #1A356C;
}
.BgClassName
{
background-color: #1A356C;
}
</style>
border-color css
<style>
span { border-color: #1A356C; }
span { border-color: rgb(26,53,108); }
td.TdClassName
{
border-color: #1A356C;
}
.TagClassName
{
border-color: #1A356C;
}
</style>