Shades of Allports #25718A
Tints of Allports #25718A
RGB
CMYK
RGB Variations
Color information
#25718A (or 0x25718A) is known color: Allports. HEX triplet: 25, 71 and 8A. RGB value is (37,113,138). Sum of RGB (Red+Green+Blue) = 37+113+138=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #25718A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25718A is #DA8E75. Grayscale: #5C5C5C. Windows color (decimal): -14323318 or 9072933. OLE color: 9072933.
HSL color Cylindrical-coordinate representation of color #25718A: hue angle of 194.85º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25718A is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 113 | 138 | - |
| CMYK | 0.73 | 0.18 | 0 | 0.46 |
| HSL | 194.85º | 0.58% | 0.34% | - |
| HSV(B) | 194.85º | 0.73% | 0.54% | - |
| XYZ | 11.26 | 14.04 | 26.16 | - |
| YUV | 93.13 | 153.32 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 113 | 138 | 0.73 | 0.18 | 0 | 0.46 | 194.85 | 0.58 | 0.34 |
| Hex | 25 | 71 | 8A | 49 | 12 | 0 | 2E | C3 | 3A | 22 |
| Octal | 45 | 161 | 212 | 111 | 22 | 0 | 56 | 303 | 72 | 42 |
| Binary | 100101 | 1110001 | 10001010 | 1001001 | 10010 | 0 | 101110 | 11000011 | 111010 | 100010 |
Color Harmonies of #25718A
Complementary color
Monochromatic Colors of #25718A
Black with #25718A
Text Example
Text Example
White with #25718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25718A; }
p { color: rgb(37,113,138); }
H1.HeaderClassName
{
color: #25718A;
}
.AnyTagClassName
{
color: #25718A;
}
</style>
background-color css
<style>
a { background-color: #25718A; }
a { background-color: rgb(37,113,138); }
div.DivClassName
{
background-color: #25718A;
}
.BgClassName
{
background-color: #25718A;
}
</style>
border-color css
<style>
span { border-color: #25718A; }
span { border-color: rgb(37,113,138); }
td.TdClassName
{
border-color: #25718A;
}
.TagClassName
{
border-color: #25718A;
}
</style>