Shades of Allports #25698B
Tints of Allports #25698B
RGB
CMYK
RGB Variations
Color information
#25698B (or 0x25698B) is known color: Allports. HEX triplet: 25, 69 and 8B. RGB value is (37,105,139). Sum of RGB (Red+Green+Blue) = 37+105+139=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #25698B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25698B is #DA9674. Grayscale: #585858. Windows color (decimal): -14325365 or 9136421. OLE color: 9136421.
HSL color Cylindrical-coordinate representation of color #25698B: hue angle of 200º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25698B is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 105 | 139 | - |
| CMYK | 0.73 | 0.24 | 0 | 0.45 |
| HSL | 200º | 0.58% | 0.35% | - |
| HSV(B) | 200º | 0.73% | 0.55% | - |
| XYZ | 10.47 | 12.36 | 26.26 | - |
| YUV | 88.54 | 156.47 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 105 | 139 | 0.73 | 0.24 | 0 | 0.45 | 200 | 0.58 | 0.35 |
| Hex | 25 | 69 | 8B | 49 | 18 | 0 | 2D | C8 | 3A | 23 |
| Octal | 45 | 151 | 213 | 111 | 30 | 0 | 55 | 310 | 72 | 43 |
| Binary | 100101 | 1101001 | 10001011 | 1001001 | 11000 | 0 | 101101 | 11001000 | 111010 | 100011 |
Color Harmonies of #25698B
Complementary color
Monochromatic Colors of #25698B
Black with #25698B
Text Example
Text Example
White with #25698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25698B; }
p { color: rgb(37,105,139); }
H1.HeaderClassName
{
color: #25698B;
}
.AnyTagClassName
{
color: #25698B;
}
</style>
background-color css
<style>
a { background-color: #25698B; }
a { background-color: rgb(37,105,139); }
div.DivClassName
{
background-color: #25698B;
}
.BgClassName
{
background-color: #25698B;
}
</style>
border-color css
<style>
span { border-color: #25698B; }
span { border-color: rgb(37,105,139); }
td.TdClassName
{
border-color: #25698B;
}
.TagClassName
{
border-color: #25698B;
}
</style>