Shades of Allports #185F7A
Tints of Allports #185F7A
RGB
CMYK
RGB Variations
Color information
#185F7A (or 0x185F7A) is known color: Allports. HEX triplet: 18, 5F and 7A. RGB value is (24,95,122). Sum of RGB (Red+Green+Blue) = 24+95+122=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #185F7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185F7A is #E7A085. Grayscale: #4C4C4C. Windows color (decimal): -15179910 or 8019736. OLE color: 8019736.
HSL color Cylindrical-coordinate representation of color #185F7A: hue angle of 196.53º 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 #185F7A is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 95 | 122 | - |
| CMYK | 0.80 | 0.22 | 0 | 0.52 |
| HSL | 196.53º | 0.67% | 0.29% | - |
| HSV(B) | 196.53º | 0.8% | 0.48% | - |
| XYZ | 7.98 | 9.78 | 19.88 | - |
| YUV | 76.85 | 153.48 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 95 | 122 | 0.80 | 0.22 | 0 | 0.52 | 196.53 | 0.67 | 0.29 |
| Hex | 18 | 5F | 7A | 50 | 16 | 0 | 34 | C5 | 43 | 1D |
| Octal | 30 | 137 | 172 | 120 | 26 | 0 | 64 | 305 | 103 | 35 |
| Binary | 11000 | 1011111 | 1111010 | 1010000 | 10110 | 0 | 110100 | 11000101 | 1000011 | 11101 |
Color Harmonies of #185F7A
Complementary color
Monochromatic Colors of #185F7A
Black with #185F7A
Text Example
Text Example
White with #185F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185F7A; }
p { color: rgb(24,95,122); }
H1.HeaderClassName
{
color: #185F7A;
}
.AnyTagClassName
{
color: #185F7A;
}
</style>
background-color css
<style>
a { background-color: #185F7A; }
a { background-color: rgb(24,95,122); }
div.DivClassName
{
background-color: #185F7A;
}
.BgClassName
{
background-color: #185F7A;
}
</style>
border-color css
<style>
span { border-color: #185F7A; }
span { border-color: rgb(24,95,122); }
td.TdClassName
{
border-color: #185F7A;
}
.TagClassName
{
border-color: #185F7A;
}
</style>