Shades of Allports #1C6589
Tints of Allports #1C6589
RGB
CMYK
RGB Variations
Color information
#1C6589 (or 0x1C6589) is known color: Allports. HEX triplet: 1C, 65 and 89. RGB value is (28,101,137). Sum of RGB (Red+Green+Blue) = 28+101+137=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #1C6589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6589 is #E39A76. Grayscale: #535353. Windows color (decimal): -14916215 or 9004316. OLE color: 9004316.
HSL color Cylindrical-coordinate representation of color #1C6589: hue angle of 199.82º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C6589 is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 28 | 101 | 137 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.46 |
| HSL | 199.82º | 0.66% | 0.32% | - |
| HSV(B) | 199.82º | 0.8% | 0.54% | - |
| XYZ | 9.65 | 11.36 | 25.35 | - |
| YUV | 83.28 | 158.32 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 101 | 137 | 0.80 | 0.26 | 0 | 0.46 | 199.82 | 0.66 | 0.32 |
| Hex | 1C | 65 | 89 | 50 | 1A | 0 | 2E | C8 | 42 | 20 |
| Octal | 34 | 145 | 211 | 120 | 32 | 0 | 56 | 310 | 102 | 40 |
| Binary | 11100 | 1100101 | 10001001 | 1010000 | 11010 | 0 | 101110 | 11001000 | 1000010 | 100000 |
Color Harmonies of #1C6589
Complementary color
Monochromatic Colors of #1C6589
Black with #1C6589
Text Example
Text Example
White with #1C6589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6589; }
p { color: rgb(28,101,137); }
H1.HeaderClassName
{
color: #1C6589;
}
.AnyTagClassName
{
color: #1C6589;
}
</style>
background-color css
<style>
a { background-color: #1C6589; }
a { background-color: rgb(28,101,137); }
div.DivClassName
{
background-color: #1C6589;
}
.BgClassName
{
background-color: #1C6589;
}
</style>
border-color css
<style>
span { border-color: #1C6589; }
span { border-color: rgb(28,101,137); }
td.TdClassName
{
border-color: #1C6589;
}
.TagClassName
{
border-color: #1C6589;
}
</style>