Shades of Allports #25687F
Tints of Allports #25687F
RGB
CMYK
RGB Variations
Color information
#25687F (or 0x25687F) is known color: Allports. HEX triplet: 25, 68 and 7F. RGB value is (37,104,127). Sum of RGB (Red+Green+Blue) = 37+104+127=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 127 (50% from 255 or 47.39% from 268); Max value from RGB is 127 - color contains mainly: blue. Hex color #25687F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25687F is #DA9780. Grayscale: #565656. Windows color (decimal): -14325633 or 8349733. OLE color: 8349733.
HSL color Cylindrical-coordinate representation of color #25687F: hue angle of 195.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25687F is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 104 | 127 | - |
| CMYK | 0.71 | 0.18 | 0 | 0.50 |
| HSL | 195.33º | 0.55% | 0.32% | - |
| HSV(B) | 195.33º | 0.71% | 0.5% | - |
| XYZ | 9.54 | 11.83 | 21.86 | - |
| YUV | 86.59 | 150.8 | 92.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 104 | 127 | 0.71 | 0.18 | 0 | 0.50 | 195.33 | 0.55 | 0.32 |
| Hex | 25 | 68 | 7F | 47 | 12 | 0 | 32 | C3 | 37 | 20 |
| Octal | 45 | 150 | 177 | 107 | 22 | 0 | 62 | 303 | 67 | 40 |
| Binary | 100101 | 1101000 | 1111111 | 1000111 | 10010 | 0 | 110010 | 11000011 | 110111 | 100000 |
Color Harmonies of #25687F
Complementary color
Monochromatic Colors of #25687F
Black with #25687F
Text Example
Text Example
White with #25687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25687F; }
p { color: rgb(37,104,127); }
H1.HeaderClassName
{
color: #25687F;
}
.AnyTagClassName
{
color: #25687F;
}
</style>
background-color css
<style>
a { background-color: #25687F; }
a { background-color: rgb(37,104,127); }
div.DivClassName
{
background-color: #25687F;
}
.BgClassName
{
background-color: #25687F;
}
</style>
border-color css
<style>
span { border-color: #25687F; }
span { border-color: rgb(37,104,127); }
td.TdClassName
{
border-color: #25687F;
}
.TagClassName
{
border-color: #25687F;
}
</style>