Shades of Java #1D9098
Tints of Java #1D9098
RGB
CMYK
RGB Variations
Color information
#1D9098 (or 0x1D9098) is known color: Java. HEX triplet: 1D, 90 and 98. RGB value is (29,144,152). Sum of RGB (Red+Green+Blue) = 29+144+152=325 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.92% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #1D9098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9098 is #E26F67. Grayscale: #6E6E6E. Windows color (decimal): -14839656 or 9998365. OLE color: 9998365.
HSL color Cylindrical-coordinate representation of color #1D9098: hue angle of 183.9º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9098 is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 144 | 152 | - |
| CMYK | 0.81 | 0.05 | 0 | 0.40 |
| HSL | 183.9º | 0.68% | 0.35% | - |
| HSV(B) | 183.9º | 0.81% | 0.6% | - |
| XYZ | 16.15 | 22.47 | 33.19 | - |
| YUV | 110.53 | 151.4 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 144 | 152 | 0.81 | 0.05 | 0 | 0.40 | 183.9 | 0.68 | 0.35 |
| Hex | 1D | 90 | 98 | 51 | 5 | 0 | 28 | B8 | 44 | 23 |
| Octal | 35 | 220 | 230 | 121 | 5 | 0 | 50 | 270 | 104 | 43 |
| Binary | 11101 | 10010000 | 10011000 | 1010001 | 101 | 0 | 101000 | 10111000 | 1000100 | 100011 |
Color Harmonies of #1D9098
Complementary color
Monochromatic Colors of #1D9098
Black with #1D9098
Text Example
Text Example
White with #1D9098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D9098; }
p { color: rgb(29,144,152); }
H1.HeaderClassName
{
color: #1D9098;
}
.AnyTagClassName
{
color: #1D9098;
}
</style>
background-color css
<style>
a { background-color: #1D9098; }
a { background-color: rgb(29,144,152); }
div.DivClassName
{
background-color: #1D9098;
}
.BgClassName
{
background-color: #1D9098;
}
</style>
border-color css
<style>
span { border-color: #1D9098; }
span { border-color: rgb(29,144,152); }
td.TdClassName
{
border-color: #1D9098;
}
.TagClassName
{
border-color: #1D9098;
}
</style>