Shades of Catalina Blue #1C416F
Tints of Catalina Blue #1C416F
RGB
CMYK
RGB Variations
Color information
#1C416F (or 0x1C416F) is known color: Catalina Blue. HEX triplet: 1C, 41 and 6F. RGB value is (28,65,111). Sum of RGB (Red+Green+Blue) = 28+65+111=204 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.73% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 111 (43.75% from 255 or 54.41% from 204); Max value from RGB is 111 - color contains mainly: blue. Hex color #1C416F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C416F is #E3BE90. Grayscale: #3A3A3A. Windows color (decimal): -14925457 or 7291164. OLE color: 7291164.
HSL color Cylindrical-coordinate representation of color #1C416F: hue angle of 213.25º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C416F is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 65 | 111 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.56 |
| HSL | 213.25º | 0.6% | 0.27% | - |
| HSV(B) | 213.25º | 0.75% | 0.44% | - |
| XYZ | 5.24 | 5.18 | 15.76 | - |
| YUV | 59.18 | 157.24 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 65 | 111 | 0.75 | 0.41 | 0 | 0.56 | 213.25 | 0.6 | 0.27 |
| Hex | 1C | 41 | 6F | 4B | 29 | 0 | 38 | D5 | 3C | 1B |
| Octal | 34 | 101 | 157 | 113 | 51 | 0 | 70 | 325 | 74 | 33 |
| Binary | 11100 | 1000001 | 1101111 | 1001011 | 101001 | 0 | 111000 | 11010101 | 111100 | 11011 |
Color Harmonies of #1C416F
Complementary color
Monochromatic Colors of #1C416F
Black with #1C416F
Text Example
Text Example
White with #1C416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C416F; }
p { color: rgb(28,65,111); }
H1.HeaderClassName
{
color: #1C416F;
}
.AnyTagClassName
{
color: #1C416F;
}
</style>
background-color css
<style>
a { background-color: #1C416F; }
a { background-color: rgb(28,65,111); }
div.DivClassName
{
background-color: #1C416F;
}
.BgClassName
{
background-color: #1C416F;
}
</style>
border-color css
<style>
span { border-color: #1C416F; }
span { border-color: rgb(28,65,111); }
td.TdClassName
{
border-color: #1C416F;
}
.TagClassName
{
border-color: #1C416F;
}
</style>