Shades of Allports #18627F
Tints of Allports #18627F
RGB
CMYK
RGB Variations
Color information
#18627F (or 0x18627F) is known color: Allports. HEX triplet: 18, 62 and 7F. RGB value is (24,98,127). Sum of RGB (Red+Green+Blue) = 24+98+127=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #18627F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18627F is #E79D80. Grayscale: #4E4E4E. Windows color (decimal): -15179137 or 8348184. OLE color: 8348184.
HSL color Cylindrical-coordinate representation of color #18627F: hue angle of 196.89º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18627F is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 98 | 127 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.50 |
| HSL | 196.89º | 0.68% | 0.3% | - |
| HSV(B) | 196.89º | 0.81% | 0.5% | - |
| XYZ | 8.58 | 10.46 | 21.65 | - |
| YUV | 79.18 | 154.98 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 98 | 127 | 0.81 | 0.23 | 0 | 0.50 | 196.89 | 0.68 | 0.3 |
| Hex | 18 | 62 | 7F | 51 | 17 | 0 | 32 | C5 | 44 | 1E |
| Octal | 30 | 142 | 177 | 121 | 27 | 0 | 62 | 305 | 104 | 36 |
| Binary | 11000 | 1100010 | 1111111 | 1010001 | 10111 | 0 | 110010 | 11000101 | 1000100 | 11110 |
Color Harmonies of #18627F
Complementary color
Monochromatic Colors of #18627F
Black with #18627F
Text Example
Text Example
White with #18627F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18627F; }
p { color: rgb(24,98,127); }
H1.HeaderClassName
{
color: #18627F;
}
.AnyTagClassName
{
color: #18627F;
}
</style>
background-color css
<style>
a { background-color: #18627F; }
a { background-color: rgb(24,98,127); }
div.DivClassName
{
background-color: #18627F;
}
.BgClassName
{
background-color: #18627F;
}
</style>
border-color css
<style>
span { border-color: #18627F; }
span { border-color: rgb(24,98,127); }
td.TdClassName
{
border-color: #18627F;
}
.TagClassName
{
border-color: #18627F;
}
</style>