Shades of Allports #1C636F
Tints of Allports #1C636F
RGB
CMYK
RGB Variations
Color information
#1C636F (or 0x1C636F) is known color: Allports. HEX triplet: 1C, 63 and 6F. RGB value is (28,99,111). Sum of RGB (Red+Green+Blue) = 28+99+111=238 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.76% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 111 - color contains mainly: blue. Hex color #1C636F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C636F is #E39C90. Grayscale: #4F4F4F. Windows color (decimal): -14916753 or 7299868. OLE color: 7299868.
HSL color Cylindrical-coordinate representation of color #1C636F: hue angle of 188.67º 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 #1C636F is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 99 | 111 | - |
| CMYK | 0.75 | 0.11 | 0 | 0.56 |
| HSL | 188.67º | 0.6% | 0.27% | - |
| HSV(B) | 188.67º | 0.75% | 0.44% | - |
| XYZ | 7.81 | 10.32 | 16.62 | - |
| YUV | 79.14 | 145.98 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 99 | 111 | 0.75 | 0.11 | 0 | 0.56 | 188.67 | 0.6 | 0.27 |
| Hex | 1C | 63 | 6F | 4B | B | 0 | 38 | BD | 3C | 1B |
| Octal | 34 | 143 | 157 | 113 | 13 | 0 | 70 | 275 | 74 | 33 |
| Binary | 11100 | 1100011 | 1101111 | 1001011 | 1011 | 0 | 111000 | 10111101 | 111100 | 11011 |
Color Harmonies of #1C636F
Complementary color
Monochromatic Colors of #1C636F
Black with #1C636F
Text Example
Text Example
White with #1C636F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C636F; }
p { color: rgb(28,99,111); }
H1.HeaderClassName
{
color: #1C636F;
}
.AnyTagClassName
{
color: #1C636F;
}
</style>
background-color css
<style>
a { background-color: #1C636F; }
a { background-color: rgb(28,99,111); }
div.DivClassName
{
background-color: #1C636F;
}
.BgClassName
{
background-color: #1C636F;
}
</style>
border-color css
<style>
span { border-color: #1C636F; }
span { border-color: rgb(28,99,111); }
td.TdClassName
{
border-color: #1C636F;
}
.TagClassName
{
border-color: #1C636F;
}
</style>