Shades of Java #259198
Tints of Java #259198
RGB
CMYK
RGB Variations
Color information
#259198 (or 0x259198) is known color: Java. HEX triplet: 25, 91 and 98. RGB value is (37,145,152). Sum of RGB (Red+Green+Blue) = 37+145+152=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 152 - color contains mainly: blue. Hex color #259198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259198 is #DA6E67. Grayscale: #717171. Windows color (decimal): -14315112 or 9998629. OLE color: 9998629.
HSL color Cylindrical-coordinate representation of color #259198: hue angle of 183.65º 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 #259198 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 145 | 152 | - |
| CMYK | 0.76 | 0.05 | 0 | 0.40 |
| HSL | 183.65º | 0.61% | 0.37% | - |
| HSV(B) | 183.65º | 0.76% | 0.6% | - |
| XYZ | 16.56 | 22.91 | 33.26 | - |
| YUV | 113.51 | 149.72 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 145 | 152 | 0.76 | 0.05 | 0 | 0.40 | 183.65 | 0.61 | 0.37 |
| Hex | 25 | 91 | 98 | 4C | 5 | 0 | 28 | B8 | 3D | 25 |
| Octal | 45 | 221 | 230 | 114 | 5 | 0 | 50 | 270 | 75 | 45 |
| Binary | 100101 | 10010001 | 10011000 | 1001100 | 101 | 0 | 101000 | 10111000 | 111101 | 100101 |
Color Harmonies of #259198
Complementary color
Monochromatic Colors of #259198
Black with #259198
Text Example
Text Example
White with #259198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259198; }
p { color: rgb(37,145,152); }
H1.HeaderClassName
{
color: #259198;
}
.AnyTagClassName
{
color: #259198;
}
</style>
background-color css
<style>
a { background-color: #259198; }
a { background-color: rgb(37,145,152); }
div.DivClassName
{
background-color: #259198;
}
.BgClassName
{
background-color: #259198;
}
</style>
border-color css
<style>
span { border-color: #259198; }
span { border-color: rgb(37,145,152); }
td.TdClassName
{
border-color: #259198;
}
.TagClassName
{
border-color: #259198;
}
</style>