Shades of Java #259399
Tints of Java #259399
RGB
CMYK
RGB Variations
Color information
#259399 (or 0x259399) is known color: Java. HEX triplet: 25, 93 and 99. RGB value is (37,147,153). Sum of RGB (Red+Green+Blue) = 37+147+153=337 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.98% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #259399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259399 is #DA6C66. Grayscale: #727272. Windows color (decimal): -14314599 or 10064677. OLE color: 10064677.
HSL color Cylindrical-coordinate representation of color #259399: hue angle of 183.1º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259399 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 147 | 153 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.4 |
| HSL | 183.1º | 0.61% | 0.37% | - |
| HSV(B) | 183.1º | 0.76% | 0.6% | - |
| XYZ | 16.95 | 23.56 | 33.79 | - |
| YUV | 114.79 | 149.56 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 147 | 153 | 0.76 | 0.04 | 0 | 0.4 | 183.1 | 0.61 | 0.37 |
| Hex | 25 | 93 | 99 | 4C | 4 | 0 | 28 | B7 | 3D | 25 |
| Octal | 45 | 223 | 231 | 114 | 4 | 0 | 50 | 267 | 75 | 45 |
| Binary | 100101 | 10010011 | 10011001 | 1001100 | 100 | 0 | 101000 | 10110111 | 111101 | 100101 |
Color Harmonies of #259399
Complementary color
Monochromatic Colors of #259399
Black with #259399
Text Example
Text Example
White with #259399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259399; }
p { color: rgb(37,147,153); }
H1.HeaderClassName
{
color: #259399;
}
.AnyTagClassName
{
color: #259399;
}
</style>
background-color css
<style>
a { background-color: #259399; }
a { background-color: rgb(37,147,153); }
div.DivClassName
{
background-color: #259399;
}
.BgClassName
{
background-color: #259399;
}
</style>
border-color css
<style>
span { border-color: #259399; }
span { border-color: rgb(37,147,153); }
td.TdClassName
{
border-color: #259399;
}
.TagClassName
{
border-color: #259399;
}
</style>