Shades of Allports #18607B
Tints of Allports #18607B
RGB
CMYK
RGB Variations
Color information
#18607B (or 0x18607B) is known color: Allports. HEX triplet: 18, 60 and 7B. RGB value is (24,96,123). Sum of RGB (Red+Green+Blue) = 24+96+123=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #18607B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18607B is #E79F84. Grayscale: #4D4D4D. Windows color (decimal): -15179653 or 8085528. OLE color: 8085528.
HSL color Cylindrical-coordinate representation of color #18607B: hue angle of 196.36º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18607B is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 96 | 123 | - |
| CMYK | 0.80 | 0.22 | 0 | 0.52 |
| HSL | 196.36º | 0.67% | 0.29% | - |
| HSV(B) | 196.36º | 0.8% | 0.48% | - |
| XYZ | 8.13 | 9.99 | 20.24 | - |
| YUV | 77.55 | 153.65 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 96 | 123 | 0.80 | 0.22 | 0 | 0.52 | 196.36 | 0.67 | 0.29 |
| Hex | 18 | 60 | 7B | 50 | 16 | 0 | 34 | C4 | 43 | 1D |
| Octal | 30 | 140 | 173 | 120 | 26 | 0 | 64 | 304 | 103 | 35 |
| Binary | 11000 | 1100000 | 1111011 | 1010000 | 10110 | 0 | 110100 | 11000100 | 1000011 | 11101 |
Color Harmonies of #18607B
Complementary color
Monochromatic Colors of #18607B
Black with #18607B
Text Example
Text Example
White with #18607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18607B; }
p { color: rgb(24,96,123); }
H1.HeaderClassName
{
color: #18607B;
}
.AnyTagClassName
{
color: #18607B;
}
</style>
background-color css
<style>
a { background-color: #18607B; }
a { background-color: rgb(24,96,123); }
div.DivClassName
{
background-color: #18607B;
}
.BgClassName
{
background-color: #18607B;
}
</style>
border-color css
<style>
span { border-color: #18607B; }
span { border-color: rgb(24,96,123); }
td.TdClassName
{
border-color: #18607B;
}
.TagClassName
{
border-color: #18607B;
}
</style>