Shades of Catalina Blue #1C416D
Tints of Catalina Blue #1C416D
RGB
CMYK
RGB Variations
Color information
#1C416D (or 0x1C416D) is known color: Catalina Blue. HEX triplet: 1C, 41 and 6D. RGB value is (28,65,109). Sum of RGB (Red+Green+Blue) = 28+65+109=202 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.86% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 109 (42.97% from 255 or 53.96% from 202); Max value from RGB is 109 - color contains mainly: blue. Hex color #1C416D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C416D is #E3BE92. Grayscale: #3A3A3A. Windows color (decimal): -14925459 or 7160092. OLE color: 7160092.
HSL color Cylindrical-coordinate representation of color #1C416D: hue angle of 212.59º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C416D is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 28 | 65 | 109 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.57 |
| HSL | 212.59º | 0.59% | 0.27% | - |
| HSV(B) | 212.59º | 0.74% | 0.43% | - |
| XYZ | 5.13 | 5.13 | 15.19 | - |
| YUV | 58.95 | 156.24 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 65 | 109 | 0.74 | 0.40 | 0 | 0.57 | 212.59 | 0.59 | 0.27 |
| Hex | 1C | 41 | 6D | 4A | 28 | 0 | 39 | D5 | 3B | 1B |
| Octal | 34 | 101 | 155 | 112 | 50 | 0 | 71 | 325 | 73 | 33 |
| Binary | 11100 | 1000001 | 1101101 | 1001010 | 101000 | 0 | 111001 | 11010101 | 111011 | 11011 |
Color Harmonies of #1C416D
Complementary color
Monochromatic Colors of #1C416D
Black with #1C416D
Text Example
Text Example
White with #1C416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C416D; }
p { color: rgb(28,65,109); }
H1.HeaderClassName
{
color: #1C416D;
}
.AnyTagClassName
{
color: #1C416D;
}
</style>
background-color css
<style>
a { background-color: #1C416D; }
a { background-color: rgb(28,65,109); }
div.DivClassName
{
background-color: #1C416D;
}
.BgClassName
{
background-color: #1C416D;
}
</style>
border-color css
<style>
span { border-color: #1C416D; }
span { border-color: rgb(28,65,109); }
td.TdClassName
{
border-color: #1C416D;
}
.TagClassName
{
border-color: #1C416D;
}
</style>