Shades of Catalina Blue #1C3365
Tints of Catalina Blue #1C3365
RGB
CMYK
RGB Variations
Color information
#1C3365 (or 0x1C3365) is known color: Catalina Blue. HEX triplet: 1C, 33 and 65. RGB value is (28,51,101). Sum of RGB (Red+Green+Blue) = 28+51+101=180 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.56% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 101 (39.84% from 255 or 56.11% from 180); Max value from RGB is 101 - color contains mainly: blue. Hex color #1C3365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3365 is #E3CC9A. Grayscale: #313131. Windows color (decimal): -14929051 or 6632220. OLE color: 6632220.
HSL color Cylindrical-coordinate representation of color #1C3365: hue angle of 221.1º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C3365 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 28 | 51 | 101 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.60 |
| HSL | 221.1º | 0.57% | 0.25% | - |
| HSV(B) | 221.1º | 0.72% | 0.4% | - |
| XYZ | 4.01 | 3.55 | 12.79 | - |
| YUV | 49.82 | 156.88 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 51 | 101 | 0.72 | 0.50 | 0 | 0.60 | 221.1 | 0.57 | 0.25 |
| Hex | 1C | 33 | 65 | 48 | 32 | 0 | 3C | DD | 39 | 19 |
| Octal | 34 | 63 | 145 | 110 | 62 | 0 | 74 | 335 | 71 | 31 |
| Binary | 11100 | 110011 | 1100101 | 1001000 | 110010 | 0 | 111100 | 11011101 | 111001 | 11001 |
Color Harmonies of #1C3365
Complementary color
Monochromatic Colors of #1C3365
Black with #1C3365
Text Example
Text Example
White with #1C3365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3365; }
p { color: rgb(28,51,101); }
H1.HeaderClassName
{
color: #1C3365;
}
.AnyTagClassName
{
color: #1C3365;
}
</style>
background-color css
<style>
a { background-color: #1C3365; }
a { background-color: rgb(28,51,101); }
div.DivClassName
{
background-color: #1C3365;
}
.BgClassName
{
background-color: #1C3365;
}
</style>
border-color css
<style>
span { border-color: #1C3365; }
span { border-color: rgb(28,51,101); }
td.TdClassName
{
border-color: #1C3365;
}
.TagClassName
{
border-color: #1C3365;
}
</style>