Shades of Java #258793
Tints of Java #258793
RGB
CMYK
RGB Variations
Color information
#258793 (or 0x258793) is known color: Java. HEX triplet: 25, 87 and 93. RGB value is (37,135,147). Sum of RGB (Red+Green+Blue) = 37+135+147=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #258793 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258793 is #DA786C. Grayscale: #6A6A6A. Windows color (decimal): -14317677 or 9668389. OLE color: 9668389.
HSL color Cylindrical-coordinate representation of color #258793: hue angle of 186.55º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #258793 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 135 | 147 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.42 |
| HSL | 186.55º | 0.6% | 0.36% | - |
| HSV(B) | 186.55º | 0.75% | 0.58% | - |
| XYZ | 14.69 | 19.83 | 30.66 | - |
| YUV | 107.07 | 150.53 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 135 | 147 | 0.75 | 0.08 | 0 | 0.42 | 186.55 | 0.6 | 0.36 |
| Hex | 25 | 87 | 93 | 4B | 8 | 0 | 2A | BB | 3C | 24 |
| Octal | 45 | 207 | 223 | 113 | 10 | 0 | 52 | 273 | 74 | 44 |
| Binary | 100101 | 10000111 | 10010011 | 1001011 | 1000 | 0 | 101010 | 10111011 | 111100 | 100100 |
Color Harmonies of #258793
Complementary color
Monochromatic Colors of #258793
Black with #258793
Text Example
Text Example
White with #258793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258793; }
p { color: rgb(37,135,147); }
H1.HeaderClassName
{
color: #258793;
}
.AnyTagClassName
{
color: #258793;
}
</style>
background-color css
<style>
a { background-color: #258793; }
a { background-color: rgb(37,135,147); }
div.DivClassName
{
background-color: #258793;
}
.BgClassName
{
background-color: #258793;
}
</style>
border-color css
<style>
span { border-color: #258793; }
span { border-color: rgb(37,135,147); }
td.TdClassName
{
border-color: #258793;
}
.TagClassName
{
border-color: #258793;
}
</style>