Shades of Java #259097
Tints of Java #259097
RGB
CMYK
RGB Variations
Color information
#259097 (or 0x259097) is known color: Java. HEX triplet: 25, 90 and 97. RGB value is (37,144,151). Sum of RGB (Red+Green+Blue) = 37+144+151=332 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.14% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 151 - color contains mainly: blue. Hex color #259097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259097 is #DA6F68. Grayscale: #707070. Windows color (decimal): -14315369 or 9932837. OLE color: 9932837.
HSL color Cylindrical-coordinate representation of color #259097: hue angle of 183.68º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259097 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 37 | 144 | 151 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.41 |
| HSL | 183.68º | 0.61% | 0.37% | - |
| HSV(B) | 183.68º | 0.75% | 0.59% | - |
| XYZ | 16.32 | 22.57 | 32.78 | - |
| YUV | 112.81 | 149.55 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 144 | 151 | 0.75 | 0.05 | 0 | 0.41 | 183.68 | 0.61 | 0.37 |
| Hex | 25 | 90 | 97 | 4B | 5 | 0 | 29 | B8 | 3D | 25 |
| Octal | 45 | 220 | 227 | 113 | 5 | 0 | 51 | 270 | 75 | 45 |
| Binary | 100101 | 10010000 | 10010111 | 1001011 | 101 | 0 | 101001 | 10111000 | 111101 | 100101 |
Color Harmonies of #259097
Complementary color
Monochromatic Colors of #259097
Black with #259097
Text Example
Text Example
White with #259097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259097; }
p { color: rgb(37,144,151); }
H1.HeaderClassName
{
color: #259097;
}
.AnyTagClassName
{
color: #259097;
}
</style>
background-color css
<style>
a { background-color: #259097; }
a { background-color: rgb(37,144,151); }
div.DivClassName
{
background-color: #259097;
}
.BgClassName
{
background-color: #259097;
}
</style>
border-color css
<style>
span { border-color: #259097; }
span { border-color: rgb(37,144,151); }
td.TdClassName
{
border-color: #259097;
}
.TagClassName
{
border-color: #259097;
}
</style>