Shades of Catalina Blue #1A356B
Tints of Catalina Blue #1A356B
RGB
CMYK
RGB Variations
Color information
#1A356B (or 0x1A356B) is known color: Catalina Blue. HEX triplet: 1A, 35 and 6B. RGB value is (26,53,107). Sum of RGB (Red+Green+Blue) = 26+53+107=186 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.98% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 107 (42.19% from 255 or 57.53% from 186); Max value from RGB is 107 - color contains mainly: blue. Hex color #1A356B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A356B is #E5CA94. Grayscale: #323232. Windows color (decimal): -15059605 or 7025946. OLE color: 7025946.
HSL color Cylindrical-coordinate representation of color #1A356B: hue angle of 220º 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 #1A356B is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 53 | 107 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.58 |
| HSL | 220º | 0.61% | 0.26% | - |
| HSV(B) | 220º | 0.76% | 0.42% | - |
| XYZ | 4.35 | 3.83 | 14.42 | - |
| YUV | 51.08 | 159.55 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 53 | 107 | 0.76 | 0.50 | 0 | 0.58 | 220 | 0.61 | 0.26 |
| Hex | 1A | 35 | 6B | 4C | 32 | 0 | 3A | DC | 3D | 1A |
| Octal | 32 | 65 | 153 | 114 | 62 | 0 | 72 | 334 | 75 | 32 |
| Binary | 11010 | 110101 | 1101011 | 1001100 | 110010 | 0 | 111010 | 11011100 | 111101 | 11010 |
Color Harmonies of #1A356B
Complementary color
Monochromatic Colors of #1A356B
Black with #1A356B
Text Example
Text Example
White with #1A356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A356B; }
p { color: rgb(26,53,107); }
H1.HeaderClassName
{
color: #1A356B;
}
.AnyTagClassName
{
color: #1A356B;
}
</style>
background-color css
<style>
a { background-color: #1A356B; }
a { background-color: rgb(26,53,107); }
div.DivClassName
{
background-color: #1A356B;
}
.BgClassName
{
background-color: #1A356B;
}
</style>
border-color css
<style>
span { border-color: #1A356B; }
span { border-color: rgb(26,53,107); }
td.TdClassName
{
border-color: #1A356B;
}
.TagClassName
{
border-color: #1A356B;
}
</style>