Shades of Catalina Blue #1C325A
Tints of Catalina Blue #1C325A
RGB
CMYK
RGB Variations
Color information
#1C325A (or 0x1C325A) is known color: Catalina Blue. HEX triplet: 1C, 32 and 5A. RGB value is (28,50,90). Sum of RGB (Red+Green+Blue) = 28+50+90=168 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.67% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #1C325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C325A is #E3CDA5. Grayscale: #2F2F2F. Windows color (decimal): -14929318 or 5911068. OLE color: 5911068.
HSL color Cylindrical-coordinate representation of color #1C325A: hue angle of 218.71º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C325A is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 28 | 50 | 90 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.65 |
| HSL | 218.71º | 0.53% | 0.23% | - |
| HSV(B) | 218.71º | 0.69% | 0.35% | - |
| XYZ | 3.46 | 3.27 | 10.12 | - |
| YUV | 47.98 | 151.71 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 50 | 90 | 0.69 | 0.44 | 0 | 0.65 | 218.71 | 0.53 | 0.23 |
| Hex | 1C | 32 | 5A | 45 | 2C | 0 | 41 | DB | 35 | 17 |
| Octal | 34 | 62 | 132 | 105 | 54 | 0 | 101 | 333 | 65 | 27 |
| Binary | 11100 | 110010 | 1011010 | 1000101 | 101100 | 0 | 1000001 | 11011011 | 110101 | 10111 |
Color Harmonies of #1C325A
Complementary color
Monochromatic Colors of #1C325A
Black with #1C325A
Text Example
Text Example
White with #1C325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C325A; }
p { color: rgb(28,50,90); }
H1.HeaderClassName
{
color: #1C325A;
}
.AnyTagClassName
{
color: #1C325A;
}
</style>
background-color css
<style>
a { background-color: #1C325A; }
a { background-color: rgb(28,50,90); }
div.DivClassName
{
background-color: #1C325A;
}
.BgClassName
{
background-color: #1C325A;
}
</style>
border-color css
<style>
span { border-color: #1C325A; }
span { border-color: rgb(28,50,90); }
td.TdClassName
{
border-color: #1C325A;
}
.TagClassName
{
border-color: #1C325A;
}
</style>