Shades of Java #28919B
Tints of Java #28919B
RGB
CMYK
RGB Variations
Color information
#28919B (or 0x28919B) is known color: Java. HEX triplet: 28, 91 and 9B. RGB value is (40,145,155). Sum of RGB (Red+Green+Blue) = 40+145+155=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #28919B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28919B is #D76E64. Grayscale: #727272. Windows color (decimal): -14118501 or 10195240. OLE color: 10195240.
HSL color Cylindrical-coordinate representation of color #28919B: hue angle of 185.22º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28919B is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 145 | 155 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.39 |
| HSL | 185.22º | 0.59% | 0.38% | - |
| HSV(B) | 185.22º | 0.74% | 0.61% | - |
| XYZ | 16.92 | 23.07 | 34.57 | - |
| YUV | 114.75 | 150.71 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 145 | 155 | 0.74 | 0.06 | 0 | 0.39 | 185.22 | 0.59 | 0.38 |
| Hex | 28 | 91 | 9B | 4A | 6 | 0 | 27 | B9 | 3B | 26 |
| Octal | 50 | 221 | 233 | 112 | 6 | 0 | 47 | 271 | 73 | 46 |
| Binary | 101000 | 10010001 | 10011011 | 1001010 | 110 | 0 | 100111 | 10111001 | 111011 | 100110 |
Color Harmonies of #28919B
Complementary color
Monochromatic Colors of #28919B
Black with #28919B
Text Example
Text Example
White with #28919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28919B; }
p { color: rgb(40,145,155); }
H1.HeaderClassName
{
color: #28919B;
}
.AnyTagClassName
{
color: #28919B;
}
</style>
background-color css
<style>
a { background-color: #28919B; }
a { background-color: rgb(40,145,155); }
div.DivClassName
{
background-color: #28919B;
}
.BgClassName
{
background-color: #28919B;
}
</style>
border-color css
<style>
span { border-color: #28919B; }
span { border-color: rgb(40,145,155); }
td.TdClassName
{
border-color: #28919B;
}
.TagClassName
{
border-color: #28919B;
}
</style>