Shades of Catalina Blue #1C2D57
Tints of Catalina Blue #1C2D57
RGB
CMYK
RGB Variations
Color information
#1C2D57 (or 0x1C2D57) is known color: Catalina Blue. HEX triplet: 1C, 2D and 57. RGB value is (28,45,87). Sum of RGB (Red+Green+Blue) = 28+45+87=160 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.5% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 87 (34.38% from 255 or 54.38% from 160); Max value from RGB is 87 - color contains mainly: blue. Hex color #1C2D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2D57 is #E3D2A8. Grayscale: #2C2C2C. Windows color (decimal): -14930601 or 5713180. OLE color: 5713180.
HSL color Cylindrical-coordinate representation of color #1C2D57: hue angle of 222.71º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C2D57 is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 28 | 45 | 87 | - |
| CMYK | 0.68 | 0.48 | 0 | 0.66 |
| HSL | 222.71º | 0.51% | 0.23% | - |
| HSV(B) | 222.71º | 0.68% | 0.34% | - |
| XYZ | 3.14 | 2.81 | 9.39 | - |
| YUV | 44.71 | 151.87 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 45 | 87 | 0.68 | 0.48 | 0 | 0.66 | 222.71 | 0.51 | 0.23 |
| Hex | 1C | 2D | 57 | 44 | 30 | 0 | 42 | DF | 33 | 17 |
| Octal | 34 | 55 | 127 | 104 | 60 | 0 | 102 | 337 | 63 | 27 |
| Binary | 11100 | 101101 | 1010111 | 1000100 | 110000 | 0 | 1000010 | 11011111 | 110011 | 10111 |
Color Harmonies of #1C2D57
Complementary color
Monochromatic Colors of #1C2D57
Black with #1C2D57
Text Example
Text Example
White with #1C2D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2D57; }
p { color: rgb(28,45,87); }
H1.HeaderClassName
{
color: #1C2D57;
}
.AnyTagClassName
{
color: #1C2D57;
}
</style>
background-color css
<style>
a { background-color: #1C2D57; }
a { background-color: rgb(28,45,87); }
div.DivClassName
{
background-color: #1C2D57;
}
.BgClassName
{
background-color: #1C2D57;
}
</style>
border-color css
<style>
span { border-color: #1C2D57; }
span { border-color: rgb(28,45,87); }
td.TdClassName
{
border-color: #1C2D57;
}
.TagClassName
{
border-color: #1C2D57;
}
</style>