Shades of Catalina Blue #1A355D
Tints of Catalina Blue #1A355D
RGB
CMYK
RGB Variations
Color information
#1A355D (or 0x1A355D) is known color: Catalina Blue. HEX triplet: 1A, 35 and 5D. RGB value is (26,53,93). Sum of RGB (Red+Green+Blue) = 26+53+93=172 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.12% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A355D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A355D is #E5CAA2. Grayscale: #313131. Windows color (decimal): -15059619 or 6108442. OLE color: 6108442.
HSL color Cylindrical-coordinate representation of color #1A355D: hue angle of 215.82º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A355D is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 26 | 53 | 93 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.64 |
| HSL | 215.82º | 0.56% | 0.23% | - |
| HSV(B) | 215.82º | 0.72% | 0.36% | - |
| XYZ | 3.67 | 3.56 | 10.85 | - |
| YUV | 49.49 | 152.55 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 53 | 93 | 0.72 | 0.43 | 0 | 0.64 | 215.82 | 0.56 | 0.23 |
| Hex | 1A | 35 | 5D | 48 | 2B | 0 | 40 | D8 | 38 | 17 |
| Octal | 32 | 65 | 135 | 110 | 53 | 0 | 100 | 330 | 70 | 27 |
| Binary | 11010 | 110101 | 1011101 | 1001000 | 101011 | 0 | 1000000 | 11011000 | 111000 | 10111 |
Color Harmonies of #1A355D
Complementary color
Monochromatic Colors of #1A355D
Black with #1A355D
Text Example
Text Example
White with #1A355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A355D; }
p { color: rgb(26,53,93); }
H1.HeaderClassName
{
color: #1A355D;
}
.AnyTagClassName
{
color: #1A355D;
}
</style>
background-color css
<style>
a { background-color: #1A355D; }
a { background-color: rgb(26,53,93); }
div.DivClassName
{
background-color: #1A355D;
}
.BgClassName
{
background-color: #1A355D;
}
</style>
border-color css
<style>
span { border-color: #1A355D; }
span { border-color: rgb(26,53,93); }
td.TdClassName
{
border-color: #1A355D;
}
.TagClassName
{
border-color: #1A355D;
}
</style>