Shades of Java #18919B
Tints of Java #18919B
RGB
CMYK
RGB Variations
Color information
#18919B (or 0x18919B) is known color: Java. HEX triplet: 18, 91 and 9B. RGB value is (24,145,155). Sum of RGB (Red+Green+Blue) = 24+145+155=324 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.41% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #18919B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18919B is #E76E64. Grayscale: #6D6D6D. Windows color (decimal): -15167077 or 10195224. OLE color: 10195224.
HSL color Cylindrical-coordinate representation of color #18919B: hue angle of 184.58º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18919B is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 145 | 155 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.39 |
| HSL | 184.58º | 0.73% | 0.35% | - |
| HSV(B) | 184.58º | 0.85% | 0.61% | - |
| XYZ | 16.42 | 22.81 | 34.55 | - |
| YUV | 109.96 | 153.41 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 155 | 0.85 | 0.06 | 0 | 0.39 | 184.58 | 0.73 | 0.35 |
| Hex | 18 | 91 | 9B | 55 | 6 | 0 | 27 | B9 | 49 | 23 |
| Octal | 30 | 221 | 233 | 125 | 6 | 0 | 47 | 271 | 111 | 43 |
| Binary | 11000 | 10010001 | 10011011 | 1010101 | 110 | 0 | 100111 | 10111001 | 1001001 | 100011 |
Color Harmonies of #18919B
Complementary color
Monochromatic Colors of #18919B
Black with #18919B
Text Example
Text Example
White with #18919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18919B; }
p { color: rgb(24,145,155); }
H1.HeaderClassName
{
color: #18919B;
}
.AnyTagClassName
{
color: #18919B;
}
</style>
background-color css
<style>
a { background-color: #18919B; }
a { background-color: rgb(24,145,155); }
div.DivClassName
{
background-color: #18919B;
}
.BgClassName
{
background-color: #18919B;
}
</style>
border-color css
<style>
span { border-color: #18919B; }
span { border-color: rgb(24,145,155); }
td.TdClassName
{
border-color: #18919B;
}
.TagClassName
{
border-color: #18919B;
}
</style>