Shades of Allports #1C7592
Tints of Allports #1C7592
RGB
CMYK
RGB Variations
Color information
#1C7592 (or 0x1C7592) is known color: Allports. HEX triplet: 1C, 75 and 92. RGB value is (28,117,146). Sum of RGB (Red+Green+Blue) = 28+117+146=291 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.62% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #1C7592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7592 is #E38A6D. Grayscale: #5D5D5D. Windows color (decimal): -14912110 or 9598236. OLE color: 9598236.
HSL color Cylindrical-coordinate representation of color #1C7592: hue angle of 194.75º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C7592 is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 28 | 117 | 146 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.43 |
| HSL | 194.75º | 0.68% | 0.34% | - |
| HSV(B) | 194.75º | 0.81% | 0.57% | - |
| XYZ | 12.03 | 15.04 | 29.46 | - |
| YUV | 93.7 | 157.51 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 117 | 146 | 0.81 | 0.20 | 0 | 0.43 | 194.75 | 0.68 | 0.34 |
| Hex | 1C | 75 | 92 | 51 | 14 | 0 | 2B | C3 | 44 | 22 |
| Octal | 34 | 165 | 222 | 121 | 24 | 0 | 53 | 303 | 104 | 42 |
| Binary | 11100 | 1110101 | 10010010 | 1010001 | 10100 | 0 | 101011 | 11000011 | 1000100 | 100010 |
Color Harmonies of #1C7592
Complementary color
Monochromatic Colors of #1C7592
Black with #1C7592
Text Example
Text Example
White with #1C7592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7592; }
p { color: rgb(28,117,146); }
H1.HeaderClassName
{
color: #1C7592;
}
.AnyTagClassName
{
color: #1C7592;
}
</style>
background-color css
<style>
a { background-color: #1C7592; }
a { background-color: rgb(28,117,146); }
div.DivClassName
{
background-color: #1C7592;
}
.BgClassName
{
background-color: #1C7592;
}
</style>
border-color css
<style>
span { border-color: #1C7592; }
span { border-color: rgb(28,117,146); }
td.TdClassName
{
border-color: #1C7592;
}
.TagClassName
{
border-color: #1C7592;
}
</style>