Shades of Java #258F87
Tints of Java #258F87
RGB
CMYK
RGB Variations
Color information
#258F87 (or 0x258F87) is known color: Java. HEX triplet: 25, 8F and 87. RGB value is (37,143,135). Sum of RGB (Red+Green+Blue) = 37+143+135=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 143 - color contains mainly: green. Hex color #258F87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258F87 is #DA7078. Grayscale: #6E6E6E. Windows color (decimal): -14315641 or 8884005. OLE color: 8884005.
HSL color Cylindrical-coordinate representation of color #258F87: hue angle of 175.47º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258F87 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 143 | 135 | - |
| CMYK | 0.74 | 0 | 0.06 | 0.44 |
| HSL | 175.47º | 0.59% | 0.35% | - |
| HSV(B) | 175.47º | 0.74% | 0.56% | - |
| XYZ | 14.96 | 21.79 | 26.34 | - |
| YUV | 110.39 | 141.88 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 143 | 135 | 0.74 | 0 | 0.06 | 0.44 | 175.47 | 0.59 | 0.35 |
| Hex | 25 | 8F | 87 | 4A | 0 | 6 | 2C | AF | 3B | 23 |
| Octal | 45 | 217 | 207 | 112 | 0 | 6 | 54 | 257 | 73 | 43 |
| Binary | 100101 | 10001111 | 10000111 | 1001010 | 0 | 110 | 101100 | 10101111 | 111011 | 100011 |
Color Harmonies of #258F87
Complementary color
Monochromatic Colors of #258F87
Black with #258F87
Text Example
Text Example
White with #258F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258F87; }
p { color: rgb(37,143,135); }
H1.HeaderClassName
{
color: #258F87;
}
.AnyTagClassName
{
color: #258F87;
}
</style>
background-color css
<style>
a { background-color: #258F87; }
a { background-color: rgb(37,143,135); }
div.DivClassName
{
background-color: #258F87;
}
.BgClassName
{
background-color: #258F87;
}
</style>
border-color css
<style>
span { border-color: #258F87; }
span { border-color: rgb(37,143,135); }
td.TdClassName
{
border-color: #258F87;
}
.TagClassName
{
border-color: #258F87;
}
</style>