Shades of Java #258993
Tints of Java #258993
RGB
CMYK
RGB Variations
Color information
#258993 (or 0x258993) is known color: Java. HEX triplet: 25, 89 and 93. RGB value is (37,137,147). Sum of RGB (Red+Green+Blue) = 37+137+147=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #258993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258993 is #DA766C. Grayscale: #6C6C6C. Windows color (decimal): -14317165 or 9668901. OLE color: 9668901.
HSL color Cylindrical-coordinate representation of color #258993: hue angle of 185.45º 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 #258993 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 137 | 147 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.42 |
| HSL | 185.45º | 0.6% | 0.36% | - |
| HSV(B) | 185.45º | 0.75% | 0.58% | - |
| XYZ | 14.98 | 20.39 | 30.75 | - |
| YUV | 108.24 | 149.87 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 137 | 147 | 0.75 | 0.07 | 0 | 0.42 | 185.45 | 0.6 | 0.36 |
| Hex | 25 | 89 | 93 | 4B | 7 | 0 | 2A | B9 | 3C | 24 |
| Octal | 45 | 211 | 223 | 113 | 7 | 0 | 52 | 271 | 74 | 44 |
| Binary | 100101 | 10001001 | 10010011 | 1001011 | 111 | 0 | 101010 | 10111001 | 111100 | 100100 |
Color Harmonies of #258993
Complementary color
Monochromatic Colors of #258993
Black with #258993
Text Example
Text Example
White with #258993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258993; }
p { color: rgb(37,137,147); }
H1.HeaderClassName
{
color: #258993;
}
.AnyTagClassName
{
color: #258993;
}
</style>
background-color css
<style>
a { background-color: #258993; }
a { background-color: rgb(37,137,147); }
div.DivClassName
{
background-color: #258993;
}
.BgClassName
{
background-color: #258993;
}
</style>
border-color css
<style>
span { border-color: #258993; }
span { border-color: rgb(37,137,147); }
td.TdClassName
{
border-color: #258993;
}
.TagClassName
{
border-color: #258993;
}
</style>