Shades of Java #1D949B
Tints of Java #1D949B
RGB
CMYK
RGB Variations
Color information
#1D949B (or 0x1D949B) is known color: Java. HEX triplet: 1D, 94 and 9B. RGB value is (29,148,155). Sum of RGB (Red+Green+Blue) = 29+148+155=332 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.73% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D949B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D949B is #E26B64. Grayscale: #717171. Windows color (decimal): -14838629 or 10195997. OLE color: 10195997.
HSL color Cylindrical-coordinate representation of color #1D949B: hue angle of 183.33º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D949B is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 148 | 155 | - |
| CMYK | 0.81 | 0.05 | 0 | 0.39 |
| HSL | 183.33º | 0.68% | 0.36% | - |
| HSV(B) | 183.33º | 0.81% | 0.61% | - |
| XYZ | 17.01 | 23.81 | 34.71 | - |
| YUV | 113.22 | 151.58 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 148 | 155 | 0.81 | 0.05 | 0 | 0.39 | 183.33 | 0.68 | 0.36 |
| Hex | 1D | 94 | 9B | 51 | 5 | 0 | 27 | B7 | 44 | 24 |
| Octal | 35 | 224 | 233 | 121 | 5 | 0 | 47 | 267 | 104 | 44 |
| Binary | 11101 | 10010100 | 10011011 | 1010001 | 101 | 0 | 100111 | 10110111 | 1000100 | 100100 |
Color Harmonies of #1D949B
Complementary color
Monochromatic Colors of #1D949B
Black with #1D949B
Text Example
Text Example
White with #1D949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D949B; }
p { color: rgb(29,148,155); }
H1.HeaderClassName
{
color: #1D949B;
}
.AnyTagClassName
{
color: #1D949B;
}
</style>
background-color css
<style>
a { background-color: #1D949B; }
a { background-color: rgb(29,148,155); }
div.DivClassName
{
background-color: #1D949B;
}
.BgClassName
{
background-color: #1D949B;
}
</style>
border-color css
<style>
span { border-color: #1D949B; }
span { border-color: rgb(29,148,155); }
td.TdClassName
{
border-color: #1D949B;
}
.TagClassName
{
border-color: #1D949B;
}
</style>