Shades of Catalina Blue #1C365C
Tints of Catalina Blue #1C365C
RGB
CMYK
RGB Variations
Color information
#1C365C (or 0x1C365C) is known color: Catalina Blue. HEX triplet: 1C, 36 and 5C. RGB value is (28,54,92). Sum of RGB (Red+Green+Blue) = 28+54+92=174 (23% of max value = 765). Red value is 28 (11.33% from 255 or 16.09% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #1C365C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C365C is #E3C9A3. Grayscale: #323232. Windows color (decimal): -14928292 or 6043164. OLE color: 6043164.
HSL color Cylindrical-coordinate representation of color #1C365C: hue angle of 215.62º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C365C is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 54 | 92 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.64 |
| HSL | 215.63º | 0.53% | 0.24% | - |
| HSV(B) | 215.63º | 0.7% | 0.36% | - |
| XYZ | 3.73 | 3.66 | 10.63 | - |
| YUV | 50.56 | 151.39 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 54 | 92 | 0.70 | 0.41 | 0 | 0.64 | 215.63 | 0.53 | 0.24 |
| Hex | 1C | 36 | 5C | 46 | 29 | 0 | 40 | D8 | 35 | 18 |
| Octal | 34 | 66 | 134 | 106 | 51 | 0 | 100 | 330 | 65 | 30 |
| Binary | 11100 | 110110 | 1011100 | 1000110 | 101001 | 0 | 1000000 | 11011000 | 110101 | 11000 |
Color Harmonies of #1C365C
Complementary color
Monochromatic Colors of #1C365C
Black with #1C365C
Text Example
Text Example
White with #1C365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C365C; }
p { color: rgb(28,54,92); }
H1.HeaderClassName
{
color: #1C365C;
}
.AnyTagClassName
{
color: #1C365C;
}
</style>
background-color css
<style>
a { background-color: #1C365C; }
a { background-color: rgb(28,54,92); }
div.DivClassName
{
background-color: #1C365C;
}
.BgClassName
{
background-color: #1C365C;
}
</style>
border-color css
<style>
span { border-color: #1C365C; }
span { border-color: rgb(28,54,92); }
td.TdClassName
{
border-color: #1C365C;
}
.TagClassName
{
border-color: #1C365C;
}
</style>