Shades of Catalina Blue #1C366C
Tints of Catalina Blue #1C366C
RGB
CMYK
RGB Variations
Color information
#1C366C (or 0x1C366C) is known color: Catalina Blue. HEX triplet: 1C, 36 and 6C. RGB value is (28,54,108). Sum of RGB (Red+Green+Blue) = 28+54+108=190 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.74% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 108 (42.58% from 255 or 56.84% from 190); Max value from RGB is 108 - color contains mainly: blue. Hex color #1C366C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C366C is #E3C993. Grayscale: #343434. Windows color (decimal): -14928276 or 7091740. OLE color: 7091740.
HSL color Cylindrical-coordinate representation of color #1C366C: hue angle of 220.5º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C366C is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 54 | 108 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.58 |
| HSL | 220.5º | 0.59% | 0.27% | - |
| HSV(B) | 220.5º | 0.74% | 0.42% | - |
| XYZ | 4.5 | 3.97 | 14.72 | - |
| YUV | 52.38 | 159.39 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 54 | 108 | 0.74 | 0.50 | 0 | 0.58 | 220.5 | 0.59 | 0.27 |
| Hex | 1C | 36 | 6C | 4A | 32 | 0 | 3A | DC | 3B | 1B |
| Octal | 34 | 66 | 154 | 112 | 62 | 0 | 72 | 334 | 73 | 33 |
| Binary | 11100 | 110110 | 1101100 | 1001010 | 110010 | 0 | 111010 | 11011100 | 111011 | 11011 |
Color Harmonies of #1C366C
Complementary color
Monochromatic Colors of #1C366C
Black with #1C366C
Text Example
Text Example
White with #1C366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C366C; }
p { color: rgb(28,54,108); }
H1.HeaderClassName
{
color: #1C366C;
}
.AnyTagClassName
{
color: #1C366C;
}
</style>
background-color css
<style>
a { background-color: #1C366C; }
a { background-color: rgb(28,54,108); }
div.DivClassName
{
background-color: #1C366C;
}
.BgClassName
{
background-color: #1C366C;
}
</style>
border-color css
<style>
span { border-color: #1C366C; }
span { border-color: rgb(28,54,108); }
td.TdClassName
{
border-color: #1C366C;
}
.TagClassName
{
border-color: #1C366C;
}
</style>