Shades of Catalina Blue #1A325A
Tints of Catalina Blue #1A325A
RGB
CMYK
RGB Variations
Color information
#1A325A (or 0x1A325A) is known color: Catalina Blue. HEX triplet: 1A, 32 and 5A. RGB value is (26,50,90). Sum of RGB (Red+Green+Blue) = 26+50+90=166 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.66% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #1A325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A325A is #E5CDA5. Grayscale: #2F2F2F. Windows color (decimal): -15060390 or 5911066. OLE color: 5911066.
HSL color Cylindrical-coordinate representation of color #1A325A: hue angle of 217.5º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A325A is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 50 | 90 | - |
| CMYK | 0.71 | 0.44 | 0 | 0.65 |
| HSL | 217.5º | 0.55% | 0.23% | - |
| HSV(B) | 217.5º | 0.71% | 0.35% | - |
| XYZ | 3.41 | 3.24 | 10.12 | - |
| YUV | 47.38 | 152.05 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 50 | 90 | 0.71 | 0.44 | 0 | 0.65 | 217.5 | 0.55 | 0.23 |
| Hex | 1A | 32 | 5A | 47 | 2C | 0 | 41 | DA | 37 | 17 |
| Octal | 32 | 62 | 132 | 107 | 54 | 0 | 101 | 332 | 67 | 27 |
| Binary | 11010 | 110010 | 1011010 | 1000111 | 101100 | 0 | 1000001 | 11011010 | 110111 | 10111 |
Color Harmonies of #1A325A
Complementary color
Monochromatic Colors of #1A325A
Black with #1A325A
Text Example
Text Example
White with #1A325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A325A; }
p { color: rgb(26,50,90); }
H1.HeaderClassName
{
color: #1A325A;
}
.AnyTagClassName
{
color: #1A325A;
}
</style>
background-color css
<style>
a { background-color: #1A325A; }
a { background-color: rgb(26,50,90); }
div.DivClassName
{
background-color: #1A325A;
}
.BgClassName
{
background-color: #1A325A;
}
</style>
border-color css
<style>
span { border-color: #1A325A; }
span { border-color: rgb(26,50,90); }
td.TdClassName
{
border-color: #1A325A;
}
.TagClassName
{
border-color: #1A325A;
}
</style>