Shades of Catalina Blue #1A356A
Tints of Catalina Blue #1A356A
RGB
CMYK
RGB Variations
Color information
#1A356A (or 0x1A356A) is known color: Catalina Blue. HEX triplet: 1A, 35 and 6A. RGB value is (26,53,106). Sum of RGB (Red+Green+Blue) = 26+53+106=185 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.05% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 106 (41.80% from 255 or 57.30% from 185); Max value from RGB is 106 - color contains mainly: blue. Hex color #1A356A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A356A is #E5CA95. Grayscale: #323232. Windows color (decimal): -15059606 or 6960410. OLE color: 6960410.
HSL color Cylindrical-coordinate representation of color #1A356A: hue angle of 219.75º 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 #1A356A is Cyan = 0.75, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 53 | 106 | - |
| CMYK | 0.75 | 0.5 | 0 | 0.58 |
| HSL | 219.75º | 0.61% | 0.26% | - |
| HSV(B) | 219.75º | 0.75% | 0.42% | - |
| XYZ | 4.3 | 3.81 | 14.14 | - |
| YUV | 50.97 | 159.05 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 53 | 106 | 0.75 | 0.5 | 0 | 0.58 | 219.75 | 0.61 | 0.26 |
| Hex | 1A | 35 | 6A | 4B | 32 | 0 | 3A | DC | 3D | 1A |
| Octal | 32 | 65 | 152 | 113 | 62 | 0 | 72 | 334 | 75 | 32 |
| Binary | 11010 | 110101 | 1101010 | 1001011 | 110010 | 0 | 111010 | 11011100 | 111101 | 11010 |
Color Harmonies of #1A356A
Complementary color
Monochromatic Colors of #1A356A
Black with #1A356A
Text Example
Text Example
White with #1A356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A356A; }
p { color: rgb(26,53,106); }
H1.HeaderClassName
{
color: #1A356A;
}
.AnyTagClassName
{
color: #1A356A;
}
</style>
background-color css
<style>
a { background-color: #1A356A; }
a { background-color: rgb(26,53,106); }
div.DivClassName
{
background-color: #1A356A;
}
.BgClassName
{
background-color: #1A356A;
}
</style>
border-color css
<style>
span { border-color: #1A356A; }
span { border-color: rgb(26,53,106); }
td.TdClassName
{
border-color: #1A356A;
}
.TagClassName
{
border-color: #1A356A;
}
</style>