Shades of Catalina Blue #1C3160
Tints of Catalina Blue #1C3160
RGB
CMYK
RGB Variations
Color information
#1C3160 (or 0x1C3160) is known color: Catalina Blue. HEX triplet: 1C, 31 and 60. RGB value is (28,49,96). Sum of RGB (Red+Green+Blue) = 28+49+96=173 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.18% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #1C3160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3160 is #E3CE9F. Grayscale: #2F2F2F. Windows color (decimal): -14929568 or 6304028. OLE color: 6304028.
HSL color Cylindrical-coordinate representation of color #1C3160: hue angle of 221.47º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C3160 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 28 | 49 | 96 | - |
| CMYK | 0.71 | 0.49 | 0 | 0.62 |
| HSL | 221.47º | 0.55% | 0.24% | - |
| HSV(B) | 221.47º | 0.71% | 0.38% | - |
| XYZ | 3.69 | 3.29 | 11.51 | - |
| YUV | 48.08 | 155.04 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 49 | 96 | 0.71 | 0.49 | 0 | 0.62 | 221.47 | 0.55 | 0.24 |
| Hex | 1C | 31 | 60 | 47 | 31 | 0 | 3E | DD | 37 | 18 |
| Octal | 34 | 61 | 140 | 107 | 61 | 0 | 76 | 335 | 67 | 30 |
| Binary | 11100 | 110001 | 1100000 | 1000111 | 110001 | 0 | 111110 | 11011101 | 110111 | 11000 |
Color Harmonies of #1C3160
Complementary color
Monochromatic Colors of #1C3160
Black with #1C3160
Text Example
Text Example
White with #1C3160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3160; }
p { color: rgb(28,49,96); }
H1.HeaderClassName
{
color: #1C3160;
}
.AnyTagClassName
{
color: #1C3160;
}
</style>
background-color css
<style>
a { background-color: #1C3160; }
a { background-color: rgb(28,49,96); }
div.DivClassName
{
background-color: #1C3160;
}
.BgClassName
{
background-color: #1C3160;
}
</style>
border-color css
<style>
span { border-color: #1C3160; }
span { border-color: rgb(28,49,96); }
td.TdClassName
{
border-color: #1C3160;
}
.TagClassName
{
border-color: #1C3160;
}
</style>