Shades of Java #258F9A
Tints of Java #258F9A
RGB
CMYK
RGB Variations
Color information
#258F9A (or 0x258F9A) is known color: Java. HEX triplet: 25, 8F and 9A. RGB value is (37,143,154). Sum of RGB (Red+Green+Blue) = 37+143+154=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 154 - color contains mainly: blue. Hex color #258F9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258F9A is #DA7065. Grayscale: #707070. Windows color (decimal): -14315622 or 10129189. OLE color: 10129189.
HSL color Cylindrical-coordinate representation of color #258F9A: hue angle of 185.64º 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 #258F9A is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 143 | 154 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.40 |
| HSL | 185.64º | 0.61% | 0.37% | - |
| HSV(B) | 185.64º | 0.76% | 0.6% | - |
| XYZ | 16.42 | 22.37 | 34.02 | - |
| YUV | 112.56 | 151.38 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 143 | 154 | 0.76 | 0.07 | 0 | 0.40 | 185.64 | 0.61 | 0.37 |
| Hex | 25 | 8F | 9A | 4C | 7 | 0 | 28 | BA | 3D | 25 |
| Octal | 45 | 217 | 232 | 114 | 7 | 0 | 50 | 272 | 75 | 45 |
| Binary | 100101 | 10001111 | 10011010 | 1001100 | 111 | 0 | 101000 | 10111010 | 111101 | 100101 |
Color Harmonies of #258F9A
Complementary color
Monochromatic Colors of #258F9A
Black with #258F9A
Text Example
Text Example
White with #258F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258F9A; }
p { color: rgb(37,143,154); }
H1.HeaderClassName
{
color: #258F9A;
}
.AnyTagClassName
{
color: #258F9A;
}
</style>
background-color css
<style>
a { background-color: #258F9A; }
a { background-color: rgb(37,143,154); }
div.DivClassName
{
background-color: #258F9A;
}
.BgClassName
{
background-color: #258F9A;
}
</style>
border-color css
<style>
span { border-color: #258F9A; }
span { border-color: rgb(37,143,154); }
td.TdClassName
{
border-color: #258F9A;
}
.TagClassName
{
border-color: #258F9A;
}
</style>