Shades of Allports #25697D
Tints of Allports #25697D
RGB
CMYK
RGB Variations
Color information
#25697D (or 0x25697D) is known color: Allports. HEX triplet: 25, 69 and 7D. RGB value is (37,105,125). Sum of RGB (Red+Green+Blue) = 37+105+125=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 125 (49.22% from 255 or 46.82% from 267); Max value from RGB is 125 - color contains mainly: blue. Hex color #25697D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25697D is #DA9682. Grayscale: #565656. Windows color (decimal): -14325379 or 8218917. OLE color: 8218917.
HSL color Cylindrical-coordinate representation of color #25697D: hue angle of 193.64º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25697D is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 105 | 125 | - |
| CMYK | 0.70 | 0.16 | 0 | 0.51 |
| HSL | 193.64º | 0.54% | 0.32% | - |
| HSV(B) | 193.64º | 0.7% | 0.49% | - |
| XYZ | 9.52 | 11.98 | 21.21 | - |
| YUV | 86.95 | 149.47 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 105 | 125 | 0.70 | 0.16 | 0 | 0.51 | 193.64 | 0.54 | 0.32 |
| Hex | 25 | 69 | 7D | 46 | 10 | 0 | 33 | C2 | 36 | 20 |
| Octal | 45 | 151 | 175 | 106 | 20 | 0 | 63 | 302 | 66 | 40 |
| Binary | 100101 | 1101001 | 1111101 | 1000110 | 10000 | 0 | 110011 | 11000010 | 110110 | 100000 |
Color Harmonies of #25697D
Complementary color
Monochromatic Colors of #25697D
Black with #25697D
Text Example
Text Example
White with #25697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25697D; }
p { color: rgb(37,105,125); }
H1.HeaderClassName
{
color: #25697D;
}
.AnyTagClassName
{
color: #25697D;
}
</style>
background-color css
<style>
a { background-color: #25697D; }
a { background-color: rgb(37,105,125); }
div.DivClassName
{
background-color: #25697D;
}
.BgClassName
{
background-color: #25697D;
}
</style>
border-color css
<style>
span { border-color: #25697D; }
span { border-color: rgb(37,105,125); }
td.TdClassName
{
border-color: #25697D;
}
.TagClassName
{
border-color: #25697D;
}
</style>