Shades of Java #239EA5
Tints of Java #239EA5
RGB
CMYK
RGB Variations
Color information
#239EA5 (or 0x239EA5) is known color: Java. HEX triplet: 23, 9E and A5. RGB value is (35,158,165). Sum of RGB (Red+Green+Blue) = 35+158+165=358 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.78% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 165 (64.84% from 255 or 46.09% from 358); Max value from RGB is 165 - color contains mainly: blue. Hex color #239EA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239EA5 is #DC615A. Grayscale: #797979. Windows color (decimal): -14442843 or 10853923. OLE color: 10853923.
HSL color Cylindrical-coordinate representation of color #239EA5: hue angle of 183.23º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #239EA5 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 35 | 158 | 165 | - |
| CMYK | 0.79 | 0.04 | 0 | 0.35 |
| HSL | 183.23º | 0.65% | 0.39% | - |
| HSV(B) | 183.23º | 0.79% | 0.65% | - |
| XYZ | 19.71 | 27.53 | 39.87 | - |
| YUV | 122.02 | 152.25 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 158 | 165 | 0.79 | 0.04 | 0 | 0.35 | 183.23 | 0.65 | 0.39 |
| Hex | 23 | 9E | A5 | 4F | 4 | 0 | 23 | B7 | 41 | 27 |
| Octal | 43 | 236 | 245 | 117 | 4 | 0 | 43 | 267 | 101 | 47 |
| Binary | 100011 | 10011110 | 10100101 | 1001111 | 100 | 0 | 100011 | 10110111 | 1000001 | 100111 |
Color Harmonies of #239EA5
Complementary color
Monochromatic Colors of #239EA5
Black with #239EA5
Text Example
Text Example
White with #239EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239EA5; }
p { color: rgb(35,158,165); }
H1.HeaderClassName
{
color: #239EA5;
}
.AnyTagClassName
{
color: #239EA5;
}
</style>
background-color css
<style>
a { background-color: #239EA5; }
a { background-color: rgb(35,158,165); }
div.DivClassName
{
background-color: #239EA5;
}
.BgClassName
{
background-color: #239EA5;
}
</style>
border-color css
<style>
span { border-color: #239EA5; }
span { border-color: rgb(35,158,165); }
td.TdClassName
{
border-color: #239EA5;
}
.TagClassName
{
border-color: #239EA5;
}
</style>