Shades of Java #10949B
Tints of Java #10949B
RGB
CMYK
RGB Variations
Color information
#10949B (or 0x10949B) is known color: Java. HEX triplet: 10, 94 and 9B. RGB value is (16,148,155). Sum of RGB (Red+Green+Blue) = 16+148+155=319 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.02% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #10949B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10949B is #EF6B64. Grayscale: #6D6D6D. Windows color (decimal): -15690597 or 10195984. OLE color: 10195984.
HSL color Cylindrical-coordinate representation of color #10949B: hue angle of 183.02º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10949B is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 148 | 155 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.39 |
| HSL | 183.02º | 0.81% | 0.34% | - |
| HSV(B) | 183.02º | 0.9% | 0.61% | - |
| XYZ | 16.72 | 23.66 | 34.7 | - |
| YUV | 109.33 | 153.77 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 148 | 155 | 0.90 | 0.05 | 0 | 0.39 | 183.02 | 0.81 | 0.34 |
| Hex | 10 | 94 | 9B | 5A | 5 | 0 | 27 | B7 | 51 | 22 |
| Octal | 20 | 224 | 233 | 132 | 5 | 0 | 47 | 267 | 121 | 42 |
| Binary | 10000 | 10010100 | 10011011 | 1011010 | 101 | 0 | 100111 | 10110111 | 1010001 | 100010 |
Color Harmonies of #10949B
Complementary color
Monochromatic Colors of #10949B
Black with #10949B
Text Example
Text Example
White with #10949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10949B; }
p { color: rgb(16,148,155); }
H1.HeaderClassName
{
color: #10949B;
}
.AnyTagClassName
{
color: #10949B;
}
</style>
background-color css
<style>
a { background-color: #10949B; }
a { background-color: rgb(16,148,155); }
div.DivClassName
{
background-color: #10949B;
}
.BgClassName
{
background-color: #10949B;
}
</style>
border-color css
<style>
span { border-color: #10949B; }
span { border-color: rgb(16,148,155); }
td.TdClassName
{
border-color: #10949B;
}
.TagClassName
{
border-color: #10949B;
}
</style>