Shades of Catalina Blue #1C305C
Tints of Catalina Blue #1C305C
RGB
CMYK
RGB Variations
Color information
#1C305C (or 0x1C305C) is known color: Catalina Blue. HEX triplet: 1C, 30 and 5C. RGB value is (28,48,92). Sum of RGB (Red+Green+Blue) = 28+48+92=168 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.67% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #1C305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C305C is #E3CFA3. Grayscale: #2E2E2E. Windows color (decimal): -14929828 or 6041628. OLE color: 6041628.
HSL color Cylindrical-coordinate representation of color #1C305C: hue angle of 221.25º 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 #1C305C is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 48 | 92 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.64 |
| HSL | 221.25º | 0.53% | 0.24% | - |
| HSV(B) | 221.25º | 0.7% | 0.36% | - |
| XYZ | 3.47 | 3.13 | 10.55 | - |
| YUV | 47.04 | 153.37 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 48 | 92 | 0.70 | 0.48 | 0 | 0.64 | 221.25 | 0.53 | 0.24 |
| Hex | 1C | 30 | 5C | 46 | 30 | 0 | 40 | DD | 35 | 18 |
| Octal | 34 | 60 | 134 | 106 | 60 | 0 | 100 | 335 | 65 | 30 |
| Binary | 11100 | 110000 | 1011100 | 1000110 | 110000 | 0 | 1000000 | 11011101 | 110101 | 11000 |
Color Harmonies of #1C305C
Complementary color
Monochromatic Colors of #1C305C
Black with #1C305C
Text Example
Text Example
White with #1C305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C305C; }
p { color: rgb(28,48,92); }
H1.HeaderClassName
{
color: #1C305C;
}
.AnyTagClassName
{
color: #1C305C;
}
</style>
background-color css
<style>
a { background-color: #1C305C; }
a { background-color: rgb(28,48,92); }
div.DivClassName
{
background-color: #1C305C;
}
.BgClassName
{
background-color: #1C305C;
}
</style>
border-color css
<style>
span { border-color: #1C305C; }
span { border-color: rgb(28,48,92); }
td.TdClassName
{
border-color: #1C305C;
}
.TagClassName
{
border-color: #1C305C;
}
</style>