Shades of Catalina Blue #1A366A
Tints of Catalina Blue #1A366A
RGB
CMYK
RGB Variations
Color information
#1A366A (or 0x1A366A) is known color: Catalina Blue. HEX triplet: 1A, 36 and 6A. RGB value is (26,54,106). Sum of RGB (Red+Green+Blue) = 26+54+106=186 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.98% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 106 (41.80% from 255 or 56.99% from 186); Max value from RGB is 106 - color contains mainly: blue. Hex color #1A366A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A366A is #E5C995. Grayscale: #333333. Windows color (decimal): -15059350 or 6960666. OLE color: 6960666.
HSL color Cylindrical-coordinate representation of color #1A366A: hue angle of 219º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A366A is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 54 | 106 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.58 |
| HSL | 219º | 0.61% | 0.26% | - |
| HSV(B) | 219º | 0.75% | 0.42% | - |
| XYZ | 4.35 | 3.9 | 14.16 | - |
| YUV | 51.56 | 158.72 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 54 | 106 | 0.75 | 0.49 | 0 | 0.58 | 219 | 0.61 | 0.26 |
| Hex | 1A | 36 | 6A | 4B | 31 | 0 | 3A | DB | 3D | 1A |
| Octal | 32 | 66 | 152 | 113 | 61 | 0 | 72 | 333 | 75 | 32 |
| Binary | 11010 | 110110 | 1101010 | 1001011 | 110001 | 0 | 111010 | 11011011 | 111101 | 11010 |
Color Harmonies of #1A366A
Complementary color
Monochromatic Colors of #1A366A
Black with #1A366A
Text Example
Text Example
White with #1A366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A366A; }
p { color: rgb(26,54,106); }
H1.HeaderClassName
{
color: #1A366A;
}
.AnyTagClassName
{
color: #1A366A;
}
</style>
background-color css
<style>
a { background-color: #1A366A; }
a { background-color: rgb(26,54,106); }
div.DivClassName
{
background-color: #1A366A;
}
.BgClassName
{
background-color: #1A366A;
}
</style>
border-color css
<style>
span { border-color: #1A366A; }
span { border-color: rgb(26,54,106); }
td.TdClassName
{
border-color: #1A366A;
}
.TagClassName
{
border-color: #1A366A;
}
</style>