Shades of Catalina Blue #1C2E56
Tints of Catalina Blue #1C2E56
RGB
CMYK
RGB Variations
Color information
#1C2E56 (or 0x1C2E56) is known color: Catalina Blue. HEX triplet: 1C, 2E and 56. RGB value is (28,46,86). Sum of RGB (Red+Green+Blue) = 28+46+86=160 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.5% from 160); Green value is 46 (18.36% from 255 or 28.75% from 160); Blue value is 86 (33.98% from 255 or 53.75% from 160); Max value from RGB is 86 - color contains mainly: blue. Hex color #1C2E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2E56 is #E3D1A9. Grayscale: #2D2D2D. Windows color (decimal): -14930346 or 5647900. OLE color: 5647900.
HSL color Cylindrical-coordinate representation of color #1C2E56: hue angle of 221.38º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C2E56 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 28 | 46 | 86 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.66 |
| HSL | 221.38º | 0.51% | 0.22% | - |
| HSV(B) | 221.38º | 0.67% | 0.34% | - |
| XYZ | 3.14 | 2.87 | 9.19 | - |
| YUV | 45.18 | 151.04 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 46 | 86 | 0.67 | 0.47 | 0 | 0.66 | 221.38 | 0.51 | 0.22 |
| Hex | 1C | 2E | 56 | 43 | 2F | 0 | 42 | DD | 33 | 16 |
| Octal | 34 | 56 | 126 | 103 | 57 | 0 | 102 | 335 | 63 | 26 |
| Binary | 11100 | 101110 | 1010110 | 1000011 | 101111 | 0 | 1000010 | 11011101 | 110011 | 10110 |
Color Harmonies of #1C2E56
Complementary color
Monochromatic Colors of #1C2E56
Black with #1C2E56
Text Example
Text Example
White with #1C2E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2E56; }
p { color: rgb(28,46,86); }
H1.HeaderClassName
{
color: #1C2E56;
}
.AnyTagClassName
{
color: #1C2E56;
}
</style>
background-color css
<style>
a { background-color: #1C2E56; }
a { background-color: rgb(28,46,86); }
div.DivClassName
{
background-color: #1C2E56;
}
.BgClassName
{
background-color: #1C2E56;
}
</style>
border-color css
<style>
span { border-color: #1C2E56; }
span { border-color: rgb(28,46,86); }
td.TdClassName
{
border-color: #1C2E56;
}
.TagClassName
{
border-color: #1C2E56;
}
</style>